mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-12-25 17:21:55 +01:00
clang-format fix
This commit is contained in:
parent
b58c8e5b47
commit
c27b4e8b7d
@ -362,7 +362,7 @@ void GSP_GPU::SignalInterruptForThread(InterruptId interrupt_id, u32 thread_id)
|
|||||||
auto* info = GetFrameBufferInfo(thread_id, screen_id);
|
auto* info = GetFrameBufferInfo(thread_id, screen_id);
|
||||||
if (info->is_dirty) {
|
if (info->is_dirty) {
|
||||||
system.GPU().SetBufferSwap(screen_id, info->framebuffer_info[info->index]);
|
system.GPU().SetBufferSwap(screen_id, info->framebuffer_info[info->index]);
|
||||||
// Decompiling the GSP module shows that the dirty bit is assigned 1 for top screen, 0
|
// Decompiling the GSP module shows that the dirty bit is assigned 1 for top screen, 0
|
||||||
// for bottom
|
// for bottom
|
||||||
info->is_dirty.Assign(screen_id == 0);
|
info->is_dirty.Assign(screen_id == 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user