mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-10 02:11:29 -06:00
make globals static
This commit is contained in:
parent
9c2b8a0621
commit
4ac7cb9f62
@ -817,9 +817,9 @@ void LatteShaderCache_handleDeprecatedCacheFiles(fs::path pathGeneric, fs::path
|
||||
}
|
||||
}
|
||||
|
||||
AudioAPIPtr g_BootSndAudioDev = nullptr;
|
||||
std::unique_ptr<BootSoundReader> g_BootSndFileReader;
|
||||
FSCVirtualFile* g_bootSndFileHandle = 0;
|
||||
static AudioAPIPtr g_BootSndAudioDev = nullptr;
|
||||
static std::unique_ptr<BootSoundReader> g_BootSndFileReader;
|
||||
static FSCVirtualFile* g_bootSndFileHandle = 0;
|
||||
|
||||
void LatteShaderCache_InitBootSound()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user