mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-09-10 08:54:33 +00:00
Fixes for Linux build
This commit is contained in:
parent
7eacfb4564
commit
45cc3332fb
@ -15,7 +15,7 @@ noinst_HEADERS = src/common.h src/cpu.h src/disk.h src/glue.h src/vm.h \
|
||||
\
|
||||
src/x86/glue-prologue.h \
|
||||
src/x86/glue-offsets.h src/x86/glue-offsets32.h src/x86/glue-offsets64.h \
|
||||
src/meta/debug.h src/meta/log.h src/meta/trace.h \
|
||||
src/meta/debug.h src/meta/log.h src/meta/systrace.h \
|
||||
\
|
||||
src/audio/alhelpers.h src/audio/AY8910.h src/audio/mockingboard.h \
|
||||
src/audio/peripherals.h src/audio/soundcore.h src/audio/speaker.h \
|
||||
|
@ -148,7 +148,7 @@ void gldriver_on_key_down(unsigned char key, int x, int y) {
|
||||
void gldriver_on_key_up(unsigned char key, int x, int y) {
|
||||
_capslock_hackaround();
|
||||
//LOG("onKeyUp %02x(%d)'%c'", key, key, key);
|
||||
keys_handleKnput(key, /*is_pressed:*/false, /*is_ascii:*/true);
|
||||
keys_handleInput(key, /*is_pressed:*/false, /*is_ascii:*/true);
|
||||
}
|
||||
|
||||
void gldriver_on_key_special_down(int key, int x, int y) {
|
||||
|
Loading…
Reference in New Issue
Block a user