index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
Age
Commit message (
Expand
)
Author
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
lm: Implement SetDestination by doing nothing
Lioncash
2018-11-19
software_keyboard: Fix erroneous extra PushNormalData
Zach Hilman
2018-11-19
software_keyboard: Return correct result code on user cancel operation
Zach Hilman
2018-11-19
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-19
software_keyboard: Use correct offset for inital text string
Zach Hilman
2018-11-19
kernel/shared_memory: Make Map() and Unmap() take the target process by refer...
Lioncash
2018-11-19
kernel/shared_memory: Add a const qualified member function overload for GetP...
Lioncash
2018-11-19
kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet
Lioncash
2018-11-19
kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32
Lioncash
2018-11-19
kernel/shared_memory: Make data members private
Lioncash
2018-11-19
ldr: Clean up error codes
Lioncash
2018-11-18
svc: Implement yield types 0 and -1
Zach Hilman
2018-11-18
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-18
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-18
hid/npad: Update NPad to use player controller bindings and type
Zach Hilman
2018-11-18
hid/touchscreen: Update Touchscreen to use advanced parameters
Zach Hilman
2018-11-18
hid: Add controller bindings for Mouse controller
Zach Hilman
2018-11-18
hid: Add keyboard bindings for Keyboard controller
Zach Hilman
2018-11-18
hid: Add controller bindings for DebugPad controller
Zach Hilman
2018-11-18
Added missing start/end touch attributes to touchscreen
David Marcec
2018-11-18
Added debugpad skeleton
David Marcec
2018-11-18
Added controller helper funcs
David Marcec
2018-11-18
Changed polling rate of hid and Right joycon rotation
David Marcec
2018-11-18
Left joycon rotation button remapping
David Marcec
2018-11-18
Added automatic npad switch based on supported stylesets
David Marcec
2018-11-18
Added multi-input support and controller assignment at any port
David Marcec
2018-11-19
Removed hard coded values for width and height
David Marcec
2018-11-18
software_keyboard: Check for UTF-8 config flag
Zach Hilman
2018-11-18
Merge pull request #1620 from DarkLordZach/ldr-ro
bunnei
2018-11-18
Merge pull request #1718 from ogniK5377/lets-go-softlock
bunnei
2018-11-18
Merge pull request #1671 from DarkLordZach/vi-disconnect
bunnei
2018-11-18
Merge pull request #1728 from FearlessTobi/reset-signal
Mat M
2018-11-18
svc: ResetSignal is not stubbed
Tobias
2018-11-18
software_keyboard: Push all data over all channels on dialog completion
Zach Hilman
2018-11-18
applet: Use std::queue instead of std::vector for storage stack
Zach Hilman
2018-11-18
applet: Add operation completed callback
Zach Hilman
2018-11-18
software_keyboard: Push buffer size to offset 0x4 in output data
Zach Hilman
2018-11-18
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
am: Construct and use proper applets with ILibraryAppletAccessor
Zach Hilman
2018-11-18
am/applets: Add connector between frontend and AM applet classes
Zach Hilman
2018-11-18
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman
2018-11-18
am: Unstub ILibraryAppletAccessor::Start
Zach Hilman
2018-11-18
am: Implement PopInteractiveOutData and PushInteractiveInData
Zach Hilman
2018-11-18
am: Convert storage stack to vector
Zach Hilman
2018-11-18
am: Move AM::IStorage to header
Zach Hilman
[prev]
[next]