mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Misc. style fixes
This commit is contained in:
parent
e955a3a191
commit
0f1b287402
5 changed files with 8 additions and 10 deletions
|
@ -235,7 +235,7 @@ public:
|
|||
|
||||
while (true)
|
||||
{
|
||||
u8 shouldExist = (list_cur ? 1 : 0);
|
||||
u8 shouldExist = !!list_cur;
|
||||
Do(shouldExist);
|
||||
if (shouldExist == 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue