mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, libretro fixes for chd support
This commit is contained in:
parent
3d1e252313
commit
886ce067c3
6 changed files with 13 additions and 7 deletions
|
@ -11,6 +11,8 @@ typedef uint16_t u16;
|
|||
typedef int16_t s16;
|
||||
typedef uint32_t u32;
|
||||
typedef int32_t s32;
|
||||
typedef uint64_t u64;
|
||||
typedef int64_t s64;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue