Commit Graph

15 Commits

Author SHA1 Message Date
Hyper 1c7b66237d window: refactored code 2024-10-30 11:41:48 +00:00
Hyper 78cba0e78d window: save config on close with window dimensions 2024-10-21 23:17:09 +01:00
Hyper 361cf21681 config: decouple header from pch 2024-10-21 22:30:11 +01:00
Hyper efaf8fb8c4 config: implemented string<->enum conversion 2024-10-21 22:23:52 +01:00
Hyper 23b5bdab85 config: use enum classes 2024-10-21 20:09:57 +01:00
Hyper 231a78a118 config: override type operator 2024-10-21 17:18:17 +01:00
Hyper cf8bba788b config: implemented saving 2024-10-21 17:07:58 +01:00
Hyper a272c6d32a High DPI window fixes 2024-10-20 23:16:40 +01:00
Hyper 8f80396b1f Remove graceful exit hook
Might as well stick with ExitProcess, seeing as this is how the game is exited on Xbox.
2024-10-18 09:02:41 +01:00
Hyper ceee6948a8 Implemented score hooks 2024-10-17 23:41:38 +01:00
Hyper ee35458b5d Config: implemented toml reading 2024-10-17 21:20:35 +01:00
Hyper 3c1c13e4ce Implemented camera aspect ratio hooks 2024-10-17 19:16:33 +01:00
Hyper 9da9bc8014 Window: add buffer size arg to GetIconSurface 2024-10-17 17:54:53 +01:00
Hyper 7b4caece2f Window: add game icon and window events 2024-10-17 17:51:17 +01:00
Hyper 86a80fbc61 Move gpu/Window.cpp to ui/window.cpp 2024-10-17 14:36:02 +01:00