mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
citra_sdl: Fixed compile failure due to use of removed function
This commit is contained in:
parent
df3c0c18e4
commit
f00d498f11
@ -1,4 +1,4 @@
|
|||||||
// Copyright Citra Emulator Project / Lime3DS Emulator Project
|
// Copyright Citra Emulator Project / Azahar Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
@ -477,7 +477,7 @@ void LaunchSdlFrontend(int argc, char** argv) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
std::atomic_bool stop_run;
|
std::atomic_bool stop_run;
|
||||||
system.GPU().Renderer().Rasterizer()->LoadDiskResources(
|
system.GPU().Renderer().Rasterizer()->LoadDefaultDiskResources(
|
||||||
stop_run, [](VideoCore::LoadCallbackStage stage, std::size_t value, std::size_t total) {
|
stop_run, [](VideoCore::LoadCallbackStage stage, std::size_t value, std::size_t total) {
|
||||||
LOG_DEBUG(Frontend, "Loading stage {} progress {} {}", static_cast<u32>(stage), value,
|
LOG_DEBUG(Frontend, "Loading stage {} progress {} {}", static_cast<u32>(stage), value,
|
||||||
total);
|
total);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user