mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Correct wxMenu ID to resolve macOS crash (#125)
This commit is contained in:
parent
dff782eb0d
commit
15b71c57dd
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
enum
|
||||
{
|
||||
// options
|
||||
REFRESH_ID,
|
||||
REFRESH_ID = wxID_HIGHEST + 1,
|
||||
AUTO_REFRESH_ID,
|
||||
CLOSE_ID,
|
||||
GPLIST_ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue