| Age | Commit message (Collapse) | Author |
|
lm: Implement SetDestination by doing nothing
|
|
Cleans out the citra/3DS-specific implementation details that don't
apply to the Switch. Sets the stage for implementing ResourceLimit
instances properly.
While we're at it, remove the erroneous checks within CreateThread() and
SetThreadPriority(). While these are indeed checked in some capacity,
they are not checked via a ResourceLimit instance.
In the process of moving out Citra-specifics, this also replaces the
system ResourceLimit instance's values with ones from the Switch.
|
|
This service function was likely intended to be a way to redirect where
the output of a log went. e.g. Firing a log over a network, dumping over
a tunneling session, etc.
Given we always want to see the log and not change its output. It's one
of the lucky service functions where the easiest implementation is to
just do nothing at all and return success.
|
|
|
|
|
|
Including finger ID, diamater x/y, and angle. Additionally, checks if the touchscreen is enabled.
|
|
|
|
|
|
Used by developers to test games, not present on retail systems. Some games are known to respond to DebugPad input though, for example Kirby Star Allies.
|
|
Uses the PlayerInput struct to represent all of the data that constitutes a player.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ldr_ro: Complete LDR:RO implementation
|
|
Implemented CalculateStandardUserSystemClockDifferenceByUser
|
|
vi: Implement TransactParcel for Disconnect and DetachBuffer
|
|
svc: ResetSignal is not stubbed
|
|
https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG
|
|
|
|
Used by homebrew on exit. According to switchbrew, returns an empty response parcel with one zero in it.
|
|
|
|
Added various bluetooth based cmds for palma
|
|
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
|
|
- Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
|
|
Seems pokemon calls this sometimes and it caused "random crashes"
|
|
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.
|
|
Implement SetMemoryPermission
|
|
game_list: Optimize game list refresh
|
|
file_sys/errors: Clean up error code values
|
|
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.
|
|
Currently unclear what these do yet, will be researched at a later time when we want to implement palma.
|
|
Rather than keeping around unused values, we can just introduce them as
needed.
|
|
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.
|
|
Keeps filesystem-related error codes in one spot.
|
|
* Fixed priority switching edge case for handheld
We accidently used controller index instead of npad id
* Moved NPadIdToIndex
|
|
csrng: Use random integer distribution instead of raw engine
|
|
Prevents returning the same value every single call.
|
|
kernel/thread: Deduplicate scheduler switching code
|
|
patch_manager: Add support for dumping uncompressed NSOs
|
|
service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate
|
|
Includes actual unmapping and address error checking.
|
|
Includes NRO and BSS error checking, maximum loaded NRO check, NRR hash check, and proper remapping of BSS data.
|
|
Includes initialization check, proper address check, alignment check, and actual unloading of a loaded NRR.
|
|
Includes parameter error checking, hash enforcement, initialization check, and max NRR load check.
|