Drop remnants of the plugin system

This commit is contained in:
Léo Lam
2017-05-16 19:21:21 +02:00
parent 643b218c1d
commit f96ab66d31
5 changed files with 0 additions and 21 deletions

View File

@ -87,11 +87,3 @@ enum HOST_COMM
WM_USER_SETCURSOR,
WM_USER_JOB_DISPATCH,
};
// Used for notification on emulation state
enum EMUSTATE_CHANGE
{
EMUSTATE_CHANGE_PLAY = 1,
EMUSTATE_CHANGE_PAUSE,
EMUSTATE_CHANGE_STOP
};