Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
scheduling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- This is a workaround that does not belong in a kernel primitive.
|
|
|
|
- This can happen if called from an idle or suspension thread.
|
|
|
|
|
|
sockets: Stub GetSockOpt
|
|
prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport
|
|
|
|
SaveReport
The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
|
|
Allows us to test whether a buffer can be read from or written to memory
|
|
|
|
|
|
HID: Stub Set/Get/Reset SixaxisSensorFusionParameters
|
|
hle: Implement remaining services for Stereo Vision
|
|
psm: IPsmSession
|
|
mii: Fix BuildRandomStoreData & Cleanup raw_data
|
|
lm: Recode LM service
|
|
|
|
Used by homebrew menu
|
|
nvdrv: Unregister already registered events
|
|
vfs_real: When moving files or directories, don't assume file opening will succeed
|
|
|
|
|
|
Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo
|
|
Fixes Devil May Cry
|
|
hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.
|
|
succeed
Found this via a warning, but it's a substantive fix.
Since this is only for a cache, it should be safe to silently drop the
entry if opening fails. I think.
|