mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
add define to keep compat with previous libnx release
This commit is contained in:
parent
6f5f600f47
commit
e3cbd2e62f
@ -46,6 +46,10 @@ typedef AudioOutBuffer compat_audio_out_buffer;
|
||||
#define switch_audio_ipc_output_stop(a) audoutStopAudioOut()
|
||||
#define switch_audio_ipc_output_start(a) audoutStartAudioOut()
|
||||
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX U64_MAX
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
/* libtransistor definitions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user