You've already forked perfect_dark
mirror of
https://github.com/izzy2lost/perfect_dark.git
synced 2026-03-10 12:40:22 -07:00
jpn-final: Get lib segment matching excluding pointers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user