- 28 Jun, 2021 7 commits
-
-
Morph authored
We should not apply any mods when dumping a game's RomFS.
-
Morph authored
This prevents mod files from being locked due to the read-only share flag in Windows.
-
lat9nq authored
If someone else wants to support other mod formats in the SDMC directory, that can be added later. For now, just allow RomFS modding here and force people to do other types of mods the old way. Addresses review comments. Co-authored-by: LC <mathew1800@gmail.com>
-
lat9nq authored
Enables loading a mod directly from `[yuzu data directory]/sdmc/atmosphere/contents/[title_id]`. For use with some homebrew mod managers.
-
lat9nq authored
Enables dumping the RomFS to SDMC directory, specifically '[yuzu data directory]/sdmc/atmosphere/contents/[title_id]/romfs'.
-
Morph authored
main: Display the instruction set of the running title in the window name
-
ameerj authored
Displays whether the currently running title uses 64-bit instructions or only 32-bit instructions.
-
- 27 Jun, 2021 2 commits
- 26 Jun, 2021 9 commits
-
-
MerryMage authored
-
bunnei authored
services: Misc. minor changes for latest SDK update.
-
bunnei authored
-
ReinUsesLisp authored
Fixes a regression unintentionally introduced by the garbage collector. This makes regular memory downloads only flush the requested sizes. This negatively affected Koei Tecmo games.
-
ReinUsesLisp authored
Enforce implicit integer casts to a smaller type as errors.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 25 Jun, 2021 8 commits
-
-
Ameer J authored
vulkan_device: Make device memory match the rest of the file
-
ReinUsesLisp authored
Match the style in the file.
-
bunnei authored
astc: Various robustness enhancements for the gpu decoder
-
bunnei authored
common: Replace common_sizes into user-literals
-
bunnei authored
- TIPC does not use this.
-
bunnei authored
- This is used by the latest update of Doom Eternal.
-
bunnei authored
- This is used by the latest update of Doom Eternal.
-
bunnei authored
- This is used in fw 12.x.x games.
-
- 24 Jun, 2021 7 commits
-
-
Wunkolo authored
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals.
-
bunnei authored
general: Add missing #pragma once directives
-
Morph authored
-
Chloe authored
* Add missing includes * Add array
-
Schplee authored
-
Schplee authored
-
Schplee authored
-
- 23 Jun, 2021 7 commits
-
-
bunnei authored
externals: Update fmt to 8.0.0
-
bunnei authored
[audout] Implement GetAudioOutPlayedSampleCount
-
Lioncash authored
Also removes some deprecated API usages.
-
bunnei authored
maxwell3d: Add missing return in default SizeInBytes() case
-
Lioncash authored
We were returning '1' in ComponentCount()'s default case but were neglecting to do the same with SizeInBytes().
-
Lioncash authored
-
Mai M authored
GPU: Implement a garbage collector for GPU Caches (project Reaper+)
-