Fixed cursor hiding lag, moved save file location to config folder

This commit is contained in:
Mr-Wiseguy
2024-03-12 00:27:20 -04:00
parent 7fd55dae5c
commit 0192cac272
7 changed files with 28 additions and 9 deletions
+1
View File
@@ -7,6 +7,7 @@
namespace recomp {
constexpr std::u8string_view program_id = u8"Zelda64Recompiled";
constexpr std::u8string_view mm_game_id = u8"mm.n64.us.1.0";
void load_config();
void save_config();
+1
View File
@@ -56,6 +56,7 @@ namespace recomp {
void destroy_ui();
void apply_color_hack();
void get_window_size(int& width, int& height);
void set_cursor_visible(bool visible);
}
#endif