2019-05-30 19:24:47 +00:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
#include "Frontend.h"
|
|
|
|
|
|
|
|
int &CMenuManager::m_PrefsBrightness = *(int*)0x5F2E50;
|
2019-05-30 21:00:00 +00:00
|
|
|
int &CMenuManager::m_PrefsLanguage = *(int*)0x941238;
|
2019-05-31 09:44:43 +00:00
|
|
|
bool &CMenuManager::m_PrefsUseWideScreen = *(bool*)0x95CD23;
|
|
|
|
|
2019-05-30 19:24:47 +00:00
|
|
|
CMenuManager &FrontEndMenuManager = *(CMenuManager*)0x8F59D8;
|
|
|
|
|
2019-05-31 09:44:43 +00:00
|
|
|
WRAPPER void CMenuManager::Process(void) { EAXJMP(0x485100); }
|
2019-05-30 19:24:47 +00:00
|
|
|
WRAPPER void CMenuManager::DrawFrontEnd(void) { EAXJMP(0x47A540); }
|