- 21 Nov, 2018 1 commit
-
-
Zach Hilman authored
The decision was made to name them LayeredExeFS instead of just LayeredFS to differentiate from normal RomFS-based mods. The name may be long/unweildy, but conveys the meaning well.
-
- 20 Nov, 2018 2 commits
-
-
Zach Hilman authored
This will scan the <mod>/exefs dir for all files and then layer those on top of the game's exefs and use this as the new exefs. This allows for overriding of the compressed NSOs or adding new files. This does use the same dir as IPS/IPSwitch patch, but since the loader will not look for those they are ignored.
-
Zach Hilman authored
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
-
- 17 Nov, 2018 8 commits
-
-
Hexagon12 authored
am: Stub EnableApplicationCrashReport
-
MysticExile authored
-
bunnei authored
Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading"
-
bunnei authored
Include QT imageformat dependencies with releases
-
bunnei authored
Added various bluetooth based cmds for palma
-
bunnei authored
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
-
bunnei authored
kernel/errors: Clean up error codes
-
bunnei authored
- Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
-
- 16 Nov, 2018 22 commits
-
-
bunnei authored
Port citra-emu/citra#4426: "Common/Bitfield: store value as unsigned type"
-
Lioncash authored
Similar to PR 1706, which cleans up the error codes for the filesystem code, but done for the kernel error codes. This removes the ErrCodes namespace and specifies the errors directly. This also fixes up any straggling lines of code that weren't using the named error codes where applicable.
-
Mat M authored
Implement SetMemoryPermission
-
bunnei authored
gl_rasterizer_chache: Minor cleanup
-
bunnei authored
textures/decoders: Minor cleanup
-
bunnei authored
game_list: Optimize game list refresh
-
bunnei authored
gl_state: Amend compilation warnings
-
bunnei authored
file_sys/errors: Clean up error code values
-
bunnei authored
Added SetIsPalmaAllConnectable, SetPalmaBoostMode
-
Weiyi Wang authored
Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
-
David Marcec authored
It seems palma is done through bluetooth, we need this for pokemon go however more research needs to be done when we actually get palma working. This is presumably used for transfering data between the controller and the console, it does not seem for actual input as far as I know.
-
David Marcec authored
Currently unclear what these do yet, will be researched at a later time when we want to implement palma.
-
Hexagon12 authored
Fixed switching operation modes when not running a game
-
David Marcec authored
The service manager seems to be a nullptr before a game boots
-
Jcw87 authored
-
Jcw87 authored
-
Lioncash authored
Rather than keeping around unused values, we can just introduce them as needed.
-
Lioncash authored
There's no real point to keeping the separate enum around, especially given the name of the error code itself is supposed to document what the value actually represents.
-
Lioncash authored
Keeps filesystem-related error codes in one spot.
-
Jcw87 authored
-
David authored
* Fixed priority switching edge case for handheld We accidently used controller index instead of npad id * Moved NPadIdToIndex
-
bunnei authored
csrng: Use random integer distribution instead of raw engine
-
- 15 Nov, 2018 7 commits
-
-
Zach Hilman authored
Prevents returning the same value every single call.
-
bunnei authored
kernel/thread: Deduplicate scheduler switching code
-
bunnei authored
patch_manager: Add support for dumping uncompressed NSOs
-
bunnei authored
service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate
-
Frederic Laing authored
-
Frederic Laing authored
-
bunnei authored
Improved GPU Caches lookup Speed
-