mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
DiscIO: Clean up brace placements
This commit is contained in:
parent
f94e764df5
commit
55a0034dd5
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ private:
|
|||
u32 unknown2;
|
||||
|
||||
// All the data is byteswapped
|
||||
SDiskHeaderInfo() {
|
||||
SDiskHeaderInfo()
|
||||
{
|
||||
debug_mntr_size = 0;
|
||||
simulated_mem_size = 0;
|
||||
arg_offset = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue