- 22 Jul, 2023 1 commit
-
-
bunnei authored
general: remove uses of dynamic_cast
-
- 21 Jul, 2023 6 commits
-
-
Liam authored
-
Liam authored
-
liamwhite authored
ci: Remove GA, Gr optimizations from MSVC
-
liamwhite authored
common: Use arithmetic instead of string ops to get time zone
-
liamwhite authored
service: nfc: Update Implementation to match with latest RE
-
Morph authored
Internal testing has shown these result in higher committed memory usage in some systems. Also Ob2 is already implied by O2, so that can be removed as well.
-
- 19 Jul, 2023 4 commits
- 18 Jul, 2023 4 commits
- 17 Jul, 2023 6 commits
- 16 Jul, 2023 2 commits
-
-
liamwhite authored
Implement SSL service
-
Valeri Ochinski authored
-
- 12 Jul, 2023 5 commits
-
-
Tobias authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Protects against invalid hour offsets during transitions to years following leap years.
-
Alexandre Bouvier authored
-
- 11 Jul, 2023 5 commits
-
-
bunnei authored
k_server_session: translate special header for non-HLE requests
-
bunnei authored
android: Visualize disabled home options
-
Charles Lombardo authored
Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button.
-
bunnei authored
Use spans over guest memory where possible instead of copying data
-
bunnei authored
input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0
-
- 10 Jul, 2023 3 commits
-
-
lat9nq authored
This path always results in Etc/UTC on MinGW, which often is not close to the local time zone.
-
lat9nq authored
MinGW's strftime implementation does not work and cannot be used to determine the time zone. Besides that, the string operations are actually unnecessary since we can get the offset from std::localtime. Compare localtime to gmtime to find the zone offset on all platforms.
-
bunnei authored
android: Don't prompt to save user data on uninstall
-
- 09 Jul, 2023 4 commits
-
-
Morph authored
ci/mingw: Remove pefile installation step
-
Morph authored
settings: Catch runtime error from STL
-
Charles Lombardo authored
While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy.
-
Morph authored
arm_interface: correct breakpoint rewind condition
-