mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:29:58 +00:00
Common: Remove unused enums
This commit is contained in:
parent
c4abfe893b
commit
1fee769aa0
1 changed files with 0 additions and 17 deletions
|
@ -100,21 +100,4 @@ private:
|
||||||
# define _M_SSE 0x402
|
# define _M_SSE 0x402
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Host communication.
|
|
||||||
enum HOST_COMM
|
|
||||||
{
|
|
||||||
// Begin at 10 in case there is already messages with wParam = 0, 1, 2 and so on
|
|
||||||
WM_USER_STOP = 10,
|
|
||||||
WM_USER_CREATE,
|
|
||||||
WM_USER_SETCURSOR,
|
|
||||||
};
|
|
||||||
|
|
||||||
// Used for notification on emulation state
|
|
||||||
enum EMUSTATE_CHANGE
|
|
||||||
{
|
|
||||||
EMUSTATE_CHANGE_PLAY = 1,
|
|
||||||
EMUSTATE_CHANGE_PAUSE,
|
|
||||||
EMUSTATE_CHANGE_STOP
|
|
||||||
};
|
|
||||||
|
|
||||||
#include "swap.h"
|
#include "swap.h"
|
||||||
|
|
Loading…
Reference in a new issue