mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Run tests with the max volume set.
This commit is contained in:
parent
684caa01ec
commit
2e69aa913d
@ -343,6 +343,8 @@ int main(int argc, const char* argv[])
|
||||
g_Config.bFrameSkipUnthrottle = false;
|
||||
g_Config.bEnableLogging = fullLog;
|
||||
g_Config.iNumWorkerThreads = 1;
|
||||
g_Config.iBGMVolume = MAX_CONFIG_VOLUME;
|
||||
g_Config.iSFXVolume = MAX_CONFIG_VOLUME;
|
||||
|
||||
#ifdef _WIN32
|
||||
InitSysDirectories();
|
||||
|
Loading…
x
Reference in New Issue
Block a user