mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:18:00 -05:00
Common: Make a #else more apparent.
This commit is contained in:
@ -83,7 +83,7 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
#else // EMU_PLATFORM != PLATFORM_WINDOWS
|
||||
|
||||
#define EMU_FASTCALL __attribute__((fastcall))
|
||||
#define __stdcall
|
||||
@ -92,10 +92,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) {
|
||||
#define BOOL bool
|
||||
#define DWORD u32
|
||||
|
||||
#endif
|
||||
|
||||
#if EMU_PLATFORM != PLATFORM_WINDOWS
|
||||
|
||||
// TODO: Hacks..
|
||||
#include <limits.h>
|
||||
|
||||
|
Reference in New Issue
Block a user