Implemented frontend inputs.

Fixed #66 and few other stuff.
This commit is contained in:
_AG
2019-07-02 13:59:19 +02:00
parent b2d1433392
commit 6c693e3bbf
25 changed files with 1387 additions and 126 deletions

View File

@@ -79,6 +79,10 @@ void CenterVideo(void);
void CloseClip(void);
RwChar **_psGetVideoModeList();
RwInt32 _psGetNumVideModes();
void _psSelectScreenVM(RwInt32 videoMode);
void HandleExit();
#ifdef __cplusplus
}