mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
OpenGL GUI: Made the resolution wxComboBox() read only, it's better if they don't accept custom values.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2311 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -666,7 +666,7 @@ void BPWritten(int addr, int changes, int newval)
|
||||
case 0xA0:
|
||||
case 0xB0:
|
||||
|
||||
// Just update the bpmem struct, don't do anything else.
|
||||
// Just update the bpmem struct, don't do anything else
|
||||
default:
|
||||
if (changes)
|
||||
{
|
||||
|
Reference in New Issue
Block a user