mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 22:21:03 +00:00
Fixes
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
#define OS_MAC
|
||||
#elif defined(__linux__)
|
||||
#define OS_LINUX
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
#define OS_EMSCRIPTEN
|
||||
#else
|
||||
#error "Unsupported platform"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user