mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-28 10:55:28 +01:00
revert
This commit is contained in:
parent
9eb853058b
commit
f36018fa13
@ -244,7 +244,6 @@ extern "C" {
|
|||||||
RETRO_LANGUAGE_CHINESE_SIMPLIFIED = 11,
|
RETRO_LANGUAGE_CHINESE_SIMPLIFIED = 11,
|
||||||
RETRO_LANGUAGE_ESPERANTO = 12,
|
RETRO_LANGUAGE_ESPERANTO = 12,
|
||||||
RETRO_LANGUAGE_POLISH = 13,
|
RETRO_LANGUAGE_POLISH = 13,
|
||||||
RETRO_LANGUAGE_VIETNAMESE = 14,
|
|
||||||
RETRO_LANGUAGE_LAST,
|
RETRO_LANGUAGE_LAST,
|
||||||
|
|
||||||
/* Ensure sizeof(enum) == sizeof(int) */
|
/* Ensure sizeof(enum) == sizeof(int) */
|
||||||
@ -1317,7 +1316,6 @@ extern "C" {
|
|||||||
#define RETRO_SIMD_POPCNT (1 << 18)
|
#define RETRO_SIMD_POPCNT (1 << 18)
|
||||||
#define RETRO_SIMD_MOVBE (1 << 19)
|
#define RETRO_SIMD_MOVBE (1 << 19)
|
||||||
#define RETRO_SIMD_CMOV (1 << 20)
|
#define RETRO_SIMD_CMOV (1 << 20)
|
||||||
#define RETRO_SIMD_ASIMD (1 << 21)
|
|
||||||
|
|
||||||
typedef uint64_t retro_perf_tick_t;
|
typedef uint64_t retro_perf_tick_t;
|
||||||
typedef int64_t retro_time_t;
|
typedef int64_t retro_time_t;
|
||||||
@ -1691,8 +1689,7 @@ extern "C" {
|
|||||||
* be providing preallocated framebuffers. */
|
* be providing preallocated framebuffers. */
|
||||||
retro_hw_get_current_framebuffer_t get_current_framebuffer;
|
retro_hw_get_current_framebuffer_t get_current_framebuffer;
|
||||||
|
|
||||||
/* Set by frontend.
|
/* Set by frontend. */
|
||||||
* Can return all relevant functions, including glClear on Windows. */
|
|
||||||
retro_hw_get_proc_address_t get_proc_address;
|
retro_hw_get_proc_address_t get_proc_address;
|
||||||
|
|
||||||
/* Set if render buffers should have depth component attached.
|
/* Set if render buffers should have depth component attached.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user