- Oct 24, 2018
-
-
Lioncash authored
We can just call the function instead of duplicating the code here. This also prevents an unused function warning. We also don't need to take the lambda capture by reference. It's just a u64 value, so by value is fine here.
-
Lioncash authored
Also gets rid of an unused variable.
-
Lioncash authored
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
David authored
* 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
-
David Marcec authored
-
David Marcec authored
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
-
- Oct 22, 2018
-
-
Zach Hilman authored
Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock.
-
- Oct 21, 2018
-
-
Lioncash authored
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Added based off information provided by Switchbrew.
-
Lioncash authored
Updated based off information from Switchbrew
-
Lioncash authored
Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew.
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
- Oct 20, 2018
-
-
Zach Hilman authored
Used by LovePotion Lua Homebrew. Stubbed to return 100% charge.
-
Zach Hilman authored
Seems to be the power controller. Listed in switchbrew under the category PTM services.
-
Lioncash authored
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.
-
Lioncash authored
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.
-
David Marcec authored
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
-
Zach Hilman authored
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).
-
- Oct 19, 2018
-
-
Zach Hilman authored
Fixes a fatal crash on start when deriving keys.
-
David Marcec authored
Needed by arms due to new hid rework
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Updated based off information provided by switchbrew.
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Added based off information provided by Switchbrew
-
Lioncash authored
Updated based off information provided by Switchbrew.
-
Lioncash authored
Updated based on information from Switchbrew.
-
- Oct 18, 2018