jak-project/game/system/hid
Tyler Wilding 60db0e5ef9
deps: update fmt to latest version (#3403)
This updates `fmt` to the latest version and moves to just being a copy
of their repo to make updating easier (no editing their cmake / figuring
out which files to minimally include).

The motivation for this is now that we switched to C++ 20, there were a
ton of deprecated function usages that is going away in future compiler
versions. This gets rid of all those warnings.
2024-03-05 22:11:52 -05:00
..
devices deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
display_manager.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
display_manager.h fix mouse mispositioning when letterboxed (#2818) 2023-07-08 23:05:03 +01:00
input_bindings.cpp [jak3] Set up ckernel (#3308) 2024-01-16 19:24:02 -05:00
input_bindings.h game: Fix issues related to remapping with SDL axii's (ie. triggers) (#3294) 2024-01-09 16:50:58 -05:00
input_manager.cpp game: disable keyboard input by default, give users a way to enable it via the imgui menu (#3295) 2024-02-23 18:19:07 -05:00
input_manager.h game: disable keyboard input by default, give users a way to enable it via the imgui menu (#3295) 2024-02-23 18:19:07 -05:00
sdl_util.cpp game: Improve OpenGL version detection and make requirement errors more obvious to the user (#2787) 2023-06-30 21:05:58 -04:00
sdl_util.h game: Improve OpenGL version detection and make requirement errors more obvious to the user (#2787) 2023-06-30 21:05:58 -04:00