mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-28 05:45:30 -05:00
Stop disabling the screen when opening the config menu
This commit is contained in:
@@ -614,8 +614,6 @@ void DrawUtils::RenderScreen(const std::function<void()> &callback) {
|
||||
auto drcPitch2 = DCReadReg32(SCREEN_DRC, D1OVL_PITCH_REG);
|
||||
|
||||
OSScreenInit();
|
||||
OSScreenEnableEx(SCREEN_TV, 0);
|
||||
OSScreenEnableEx(SCREEN_DRC, 0);
|
||||
|
||||
uint32_t screen_buf0_size = OSScreenGetBufferSizeEx(SCREEN_TV);
|
||||
uint32_t screen_buf1_size = OSScreenGetBufferSizeEx(SCREEN_DRC);
|
||||
@@ -647,7 +645,6 @@ void DrawUtils::RenderScreen(const std::function<void()> &callback) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
FastMemset32(screenbuffer0, (COLOR_BACKGROUND).color, screen_buf0_size);
|
||||
FastMemset32(screenbuffer1, (COLOR_BACKGROUND).color, screen_buf1_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user