Added mechanism for getting aspect ratio from recompiled code, fixed wipe3 transition in widescreen

This commit is contained in:
Mr-Wiseguy
2024-02-17 22:12:23 -05:00
parent b6cec905c7
commit 99c14fde04
6 changed files with 66 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ namespace recomp {
void destroy_ui();
void apply_color_hack();
void get_window_size(int& width, int& height);
}
#endif