mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
Fix 1024x768 resolution not being saved
This commit is contained in:
parent
4930d8785b
commit
4f4ab4c81a
@ -275,6 +275,7 @@ inline static u32 ResolutionNumToId(u32 num)
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
};
|
||||
|
||||
return num <= 10 ? res[num] : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user