- 12 Oct, 2021 2 commits
- 11 Oct, 2021 6 commits
-
-
Romain Failliot authored
-
Romain Failliot authored
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead
-
Morph authored
ci: Use ubuntu-latest vmImage where applicable
-
ameerj authored
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
-
Morph authored
applets/web: Fallback to loader to get the manual romfs if none is found
-
Feng Chen authored
-
- 09 Oct, 2021 2 commits
-
-
Ameer J authored
vic: Allow surface to be higher than frame
-
Valeri authored
Touhou Genso Wanderer Lotus Labyrinth R decodes 1920x1080 videos into 1920x1088 surface. Only allow mismatch for height, since larger width would result in increasingly offset rows and somewhat defeat entire purpose of this check.
-
- 08 Oct, 2021 3 commits
- 07 Oct, 2021 4 commits
- 06 Oct, 2021 2 commits
-
-
Fernando S authored
gpu: Migrate implementation to the cpp file
-
bunnei authored
(Minor Change) Hint (?) Button Removal and Spacing Change to the TAS Window
-
- 05 Oct, 2021 2 commits
- 04 Oct, 2021 4 commits
- 03 Oct, 2021 7 commits
-
-
bunnei authored
main: Don't add an extra separator when the title version is absent
-
bunnei authored
network: Do not log IP address
-
ameerj authored
Avoids a destruction data race that may occur on the vsync thread
-
ameerj authored
This seems to only be used to protect a later gpu function call. So we can move the lock into that call instead.
-
ameerj authored
-
Morph authored
-
Morph authored
Required by Qt 5.15's QtWebEngine
-
- 02 Oct, 2021 8 commits
-
-
bunnei authored
input_common: Add alternative string for joycons
-
bunnei authored
core: Properly shutdown and exit the running application when ISelfController::Exit is called
-
Morph authored
This also moves the call to the end to ensure services are properly destructed on exit.
-
Morph authored
-
Morph authored
This allows ISelfController::Exit to stop the currently running application. This is typically used by homebrew to exit back to the homebrew menu after calling consoleExit with libnx.
-
Morph authored
The service context helps to manage all created events and allows us to close them upon destruction.
-
Morph authored
Logging this may be a privacy concern for some users.
-
bunnei authored
Remove Boxcat BCAT backend
-