This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.m | |
// UniversalStatusBarClient | |
// | |
#import <Cocoa/Cocoa.h> | |
#import <IOKit/hid/IOHIDLib.h> | |
NSArray* keyMap[256]; | |
void fill_keyMap(NSArray * __strong map[]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ec77eb5c65298387f502e1802ef31d59707b5876 Mon Sep 17 00:00:00 2001 | |
From: PLG <[email protected]> | |
Date: Thu, 21 Sep 2017 14:02:24 +0200 | |
Subject: [PATCH] FIX: proper handling of natives and path in version.json | |
file. | |
--- | |
runtime/MinecraftDiscovery.py | 26 ++++++++++++++++---------- | |
1 file changed, 16 insertions(+), 10 deletions(-) |