mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
C89 build fix
This commit is contained in:
parent
574a01d390
commit
d15255a837
32
cheevos.c
32
cheevos.c
@ -62,23 +62,21 @@
|
||||
* from retroachievements.org. */
|
||||
#undef CHEEVOS_JSON_OVERRIDE
|
||||
|
||||
enum
|
||||
{
|
||||
CHEEVOS_JSON_KEY_GAMEID = 0xb4960eecU,
|
||||
CHEEVOS_JSON_KEY_ACHIEVEMENTS = 0x69749ae1U,
|
||||
CHEEVOS_JSON_KEY_ID = 0x005973f2U,
|
||||
CHEEVOS_JSON_KEY_MEMADDR = 0x1e76b53fU,
|
||||
CHEEVOS_JSON_KEY_TITLE = 0x0e2a9a07U,
|
||||
CHEEVOS_JSON_KEY_DESCRIPTION = 0xe61a1f69U,
|
||||
CHEEVOS_JSON_KEY_POINTS = 0xca8fce22U,
|
||||
CHEEVOS_JSON_KEY_AUTHOR = 0xa804edb8U,
|
||||
CHEEVOS_JSON_KEY_MODIFIED = 0xdcea4fe6U,
|
||||
CHEEVOS_JSON_KEY_CREATED = 0x3a84721dU,
|
||||
CHEEVOS_JSON_KEY_BADGENAME = 0x887685d9U,
|
||||
CHEEVOS_JSON_KEY_CONSOLE_ID = 0x071656e5U,
|
||||
CHEEVOS_JSON_KEY_TOKEN = 0x0e2dbd26U,
|
||||
CHEEVOS_JSON_KEY_FLAGS = 0x0d2e96b2U
|
||||
};
|
||||
/* C89 wants only int values in enums. */
|
||||
#define CHEEVOS_JSON_KEY_GAMEID 0xb4960eecU
|
||||
#define CHEEVOS_JSON_KEY_ACHIEVEMENTS 0x69749ae1U
|
||||
#define CHEEVOS_JSON_KEY_ID 0x005973f2U
|
||||
#define CHEEVOS_JSON_KEY_MEMADDR 0x1e76b53fU
|
||||
#define CHEEVOS_JSON_KEY_TITLE 0x0e2a9a07U
|
||||
#define CHEEVOS_JSON_KEY_DESCRIPTION 0xe61a1f69U
|
||||
#define CHEEVOS_JSON_KEY_POINTS 0xca8fce22U
|
||||
#define CHEEVOS_JSON_KEY_AUTHOR 0xa804edb8U
|
||||
#define CHEEVOS_JSON_KEY_MODIFIED 0xdcea4fe6U
|
||||
#define CHEEVOS_JSON_KEY_CREATED 0x3a84721dU
|
||||
#define CHEEVOS_JSON_KEY_BADGENAME 0x887685d9U
|
||||
#define CHEEVOS_JSON_KEY_CONSOLE_ID 0x071656e5U
|
||||
#define CHEEVOS_JSON_KEY_TOKEN 0x0e2dbd26U
|
||||
#define CHEEVOS_JSON_KEY_FLAGS 0x0d2e96b2U
|
||||
|
||||
enum
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user