Age | Commit message (Collapse) | Author |
|
qt: Add UI to manage emulated user profiles
|
|
Added break types to svcBreak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed conflict with nfp
* Few fixups for nfc
* Conflict 2
* Fixed AttachAvailabilityChangeEvent
* Conflict 3
* Fixed byte padding
* Refactored amiibo to not reside in "System"
* Removed remaining references of nfc from system
* used enum for Nfc GetStateOld
* Added missing newline
* Moved file operations to front end
* Conflict 4
* Amiibos now use structs and added mutexes
* Removed amiibo_path
|
|
patch_manager: Add support for LayeredFS on DLC RomFS
|
|
kernel/process: Make the handle table per-process
|
|
|
|
There seems to be more such as type 1, and 2. Unsure what these currently are but when a game hits them we can investigate and add the rest
|
|
psm: Add psm service and stub commands 0 and 1
|
|
svc: Fix vma boundary check in svcQueryMemory
|
|
Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock.
|
|
|
|
Updated based off information provided by Switchbrew.
|
|
Added based off information provided by Switchbrew.
|
|
Updated based off information from Switchbrew
|
|
Also introduces the new prepo:a2 service.
Updated based off information provided by Switchbrew.
|
|
Updated based off information provided by Switchbrew.
|
|
Used by LovePotion Lua Homebrew. Stubbed to return 100% charge.
|
|
Seems to be the power controller. Listed in switchbrew under the category PTM services.
|
|
In the kernel, there isn't a singular handle table that everything gets
tossed into or used, rather, each process gets its own handle table that
it uses. This currently isn't an issue for us, since we only execute one
process at the moment, but we may as well get this out of the way so
it's not a headache later on.
|
|
This should be comparing against the queried process' vma_map, not the
current process'. The only reason this hasn't become an issue yet is we
currently only handle one process being active at any time.
|
|
button rotation
This is a subset of the better-hid-2 changes, this fixes input in various games which don't support dual joycons. This pr will search for the next best controller which is supported by the current game
|
|
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
|
|
service: Update function tables
|
|
aoc_u: Stub GetAddOnContentListChangedEvent
|
|
hid: Minor cleanup-related changes
|
|
This event signals the game when new DLC is purchased from the eShop while the game is running. Since, for the forseeable future, yuzu will not have this ability, it seems safe to stub with a dummy event that will never fire. This is needed to boot Sonic Mania Plus (update v1.04).
|
|
Fixes a fatal crash on start when deriving keys.
|
|
Needed by arms due to new hid rework
|
|
Updated based off information provided by Switchbrew.
|
|
Updated based off information provided by Switchbrew.
|
|
Updated based off information provided by Switchbrew.
|
|
Updated based off information provided by switchbrew.
|
|
Updated based off information provided by Switchbrew.
|
|
Added based off information provided by Switchbrew
|
|
Updated based off information provided by Switchbrew.
|
|
Updated based on information from Switchbrew.
|
|
svc: Add missing error checks in svcArbitrateLock/svcArbitrateUnlock
|
|
content_archive: Minor reorganization changes
|
|
Used better names for mm:u and fixed a bad stub
|
|
svcArbitrateLock/svcArbitrateUnlock
The kernel itself checks whether or not the provided addresses are word
aligned before continuing, so we should be doing the same.
|
|
Aligning on 4KB pages isn't a Switch-specific thing, so this can be
moved to common so it can be used with other things as well.
|
|
CpuCore already does this sort of checking, so we can just call that
instead of duplicating the assertions.
|