- 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 10 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
-
ameerj authored
-
ameerj authored
This reduces the load of requiring to include std::chrono in all files which include log.h
-
- 01 Oct, 2021 2 commits
- 30 Sep, 2021 3 commits
-
-
bunnei authored
applets: Use subdirectory of main data directory for QtWebEngine storage
-
lat9nq authored
Some titles, such as homebrew, do not have any version string. Because yuzu hard codes the title bar string assuming a version string is preset, booting homebrew causes yuzu to add an extra separator with no content between. This uses a lambda expression to prevent that from happening.
-
bunnei authored
buffer_cache, maxwell_dma: Minor refactoring and code fixes
-
- 29 Sep, 2021 6 commits
-
-
Mai M authored
style: Remove extra space preceding the :: operator
-
Andrew Strelsky authored
-
bunnei authored
gl_texture_cache: Unify BGR copy passes using PBOs
-
bunnei authored
Fixed invalid iterator usage
-
Andrew Strelsky authored
-
Morph authored
-