jpn-final: Get lib segment matching excluding pointers

This commit is contained in:
Ryan Dwyer
2022-03-14 21:36:43 +10:00
parent 477dfef3b3
commit d7d4ca4156
15 changed files with 898 additions and 26 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ extern "C" {
#define AL_FX_BUFFER_SIZE 8192
#define AL_FRAME_INIT -1
#define AL_USEC_PER_FRAME (PAL ? 20000 : 16000)
#define AL_USEC_PER_FRAME (VERSION >= VERSION_PAL_BETA ? 20000 : 16000)
#define AL_MAX_PRIORITY 127
#define AL_GAIN_CHANGE_TIME 1000