- 07 Jul, 2021 3 commits
-
-
lat9nq authored
According to https://gitlab.freedesktop.org/mesa/mesa/-/issues/3820#note_753371 we need to set these to true for use with 3D textures. Fixes BOTW teleporting on RadeonSI and iris.
-
bunnei authored
common: fs: More misc. changes
-
bunnei authored
GPU Memory Manager - Correct handling of non continuous backing memory.
-
- 06 Jul, 2021 6 commits
-
-
bunnei authored
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
-
Morph authored
Treats (un)signed comparison mismatches as errors to be consistent with MSVC
-
Morph authored
There's no point in keeping the file open after the write limit is exceeded. This allows the file to be committed to the disk shortly after it is closed and avoids redundantly checking whether or not the write limit is exceeded.
-
Morph authored
It became apparent that logging can continuously spam errors that trigger file flushing. Since committing the files to disk is an expensive operation, this causes unnecessarily high disk usage. As such, we will revert Flush() to the previous behavior and add a Commit() member function in the event that this behavior is needed.
-
Morph authored
This ensures that GetSize always retrieves the correct file size after a write operation.
-
bunnei authored
general: Enforce multiple warnings in MSVC
-
- 05 Jul, 2021 7 commits
-
-
bunnei authored
service: mii: Retrieve the correct default miis.
-
Ameer J authored
Slightly refactor NVDEC and codecs for readability and safety
-
Morph authored
input_common: Add missing modifier callback to analog from button
-
german77 authored
-
Morph authored
Replace usages of deprecated member functions in QMouseEvent and QWheelEvent
-
german77 authored
-
Mai M authored
CMakeLists: Enforce C4189 on MSVC
-
- 04 Jul, 2021 7 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Ameer J authored
TextureCache: Fix 1D to 2D overlapps.
-
Morph authored
We were including the first 2 default miis which are not meant to be shown in games. With this change, we properly retrieve the 6 default miis shown in games, with 3 of each gender.
-
- 03 Jul, 2021 4 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Morph authored
This supplements C4101 by detecting initialized but unreferenced local variables
-
bunnei authored
[audio_core] Decouple audio update and processing, and process at variable rate
-
- 01 Jul, 2021 3 commits
- 29 Jun, 2021 1 commit
-
-
Morph authored
yuzu qt, core: Support LayeredFS mods from SDMC directory
-
- 28 Jun, 2021 9 commits
-
-
Morph authored
main: Add GPU Vendor name to running title bar
-
Morph authored
This lets us avoid needing to wrap external headers with #pragma warning directives for warnings we treat as errors and avoids generating warnings for external code. Thanks to MerryMage for pointing this out.
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
-
Morph authored
We should not apply any mods when dumping a game's RomFS.
-