diff options
author | _AG <gennariarmando@outlook.com> | 2019-06-25 02:34:29 +0200 |
---|---|---|
committer | _AG <gennariarmando@outlook.com> | 2019-06-25 02:36:26 +0200 |
commit | e765dfe90a5519dc221580acf6d78fdd9c74ceab (patch) | |
tree | a7c8c8d910cfd8d6b9b90c2d49dedff3454fa495 /src/skel/win/win.h | |
parent | f07f411629b686338df10fdce217b2d258f38c92 (diff) |
Initial commit for Frontend.
Bug fixes:
fix #40, fix #39, fix #38, fix #37, fix #21.
Code organization and cleanup...
Diffstat (limited to 'src/skel/win/win.h')
-rw-r--r-- | src/skel/win/win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/skel/win/win.h b/src/skel/win/win.h index d3b0169f..371b9e44 100644 --- a/src/skel/win/win.h +++ b/src/skel/win/win.h @@ -78,6 +78,8 @@ RwBool _psSetVideoMode(RwInt32 subSystem, RwInt32 videoMode); void CenterVideo(void); void CloseClip(void); +RwChar **_psGetVideoModeList(); + #ifdef __cplusplus } #endif /* __cplusplus */ |