- Oct 07, 2021
-
-
lat9nq authored
-
- Oct 06, 2021
-
-
Fernando S authored
gpu: Migrate implementation to the cpp file
-
bunnei authored
(Minor Change) Hint (?) Button Removal and Spacing Change to the TAS Window
-
- Oct 05, 2021
- Oct 04, 2021
- Oct 03, 2021
-
-
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
-
- Oct 02, 2021
-
-
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
-
- Oct 01, 2021
- Sep 30, 2021
-
-
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
-
- Sep 29, 2021
-
-
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
-
Morph authored
-
Morph authored
-
Morph authored
-