mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
(XUI) Cleanups
This commit is contained in:
parent
ef4b5192ab
commit
049cc408fc
@ -57,9 +57,6 @@ class class_type: public CXuiSceneImpl \
|
||||
{ \
|
||||
public: \
|
||||
HRESULT OnInit( XUIMessageInit* pInitData, int & bHandled ); \
|
||||
HRESULT OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled ); \
|
||||
HRESULT OnControlNavigate (XUIMessageControlNavigate *pControlNavigateData, BOOL& bHandled); \
|
||||
\
|
||||
HRESULT DispatchMessageMap(XUIMessage *pMessage) \
|
||||
{ \
|
||||
if (pMessage->dwMessage == XM_INIT) \
|
||||
@ -151,19 +148,6 @@ HRESULT CRetroArchMain::OnInit(XUIMessageInit * pInitData, BOOL& bHandled)
|
||||
return 0;
|
||||
}
|
||||
|
||||
HRESULT CRetroArchMain::OnControlNavigate(XUIMessageControlNavigate *pControlNavigateData, BOOL& bHandled)
|
||||
{
|
||||
bHandled = FALSE;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
HRESULT CRetroArchMain::OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled )
|
||||
{
|
||||
bHandled = FALSE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void* rmenu_xui_init (void)
|
||||
{
|
||||
HRESULT hr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user