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