mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 05:45:45 -04:00
libretro: Work around crash in RetroArch Vulkan driver
This commit is contained in:
@ -138,11 +138,11 @@ bool Boot(const SystemBootParameters& params);
|
||||
void Reset();
|
||||
void Shutdown();
|
||||
|
||||
bool LoadState(ByteStream* state);
|
||||
bool LoadState(ByteStream* state, bool update_display = true);
|
||||
bool SaveState(ByteStream* state, u32 screenshot_size = 128);
|
||||
|
||||
/// Recreates the GPU component, saving/loading the state so it is preserved. Call when the GPU renderer changes.
|
||||
bool RecreateGPU(GPURenderer renderer);
|
||||
bool RecreateGPU(GPURenderer renderer, bool update_display = true);
|
||||
|
||||
void RunFrame();
|
||||
|
||||
|
Reference in New Issue
Block a user