mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-08 19:53:40 -04:00
Apply clang-format
This commit is contained in:
parent
0640960c52
commit
f989c84acb
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ void PicaCore::InitializeRegs() {
|
|||
// Values initialized by GSP
|
||||
regs.internal.irq_autostop = 1;
|
||||
regs.internal.irq_mask = 0xFFFFFFF0;
|
||||
// Older versions of libctru didn't initialize this, initialize it here to avoid endless black screen
|
||||
// not needed on actual hardware due to previous software already having set it up
|
||||
// Older versions of libctru didn't initialize this, initialize it here to avoid endless black
|
||||
// screen not needed on actual hardware due to previous software already having set it up
|
||||
regs.internal.irq_compare = 0x12345678;
|
||||
|
||||
auto& framebuffer_top = regs.framebuffer_config[0];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue