Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Fmsx
Commits
006d389a
Commit
006d389a
authored
Dec 27, 2017
by
Libretro-Admin
Browse files
Update / buildfix
parent
3937c551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
006d389a
...
...
@@ -14,7 +14,6 @@ endif
# EMULib sound, console, and other utility functions
SOURCES_C
:=
\
$(CORE_DIR)
/libretro.c
\
$(CORE_DIR)
/Missing.c
\
$(EMULIB)
/EMULib.c
\
$(EMULIB)
/Sound.c
\
$(FMSXDIR)
/MSX.c
\
...
...
libretro.c
View file @
006d389a
...
...
@@ -32,7 +32,6 @@ static uint16_t XPal0;
#define XBuf image_buffer
#define WBuf image_buffer
#include "CommonMux.h"
#include "Missing.h"
uint8_t
XKeyState
[
20
];
#define XKBD_SET(K) XKeyState[Keys[K][0]]&=~Keys[K][1]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment