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
Age
Commit message (
Expand
)
Author
2018-11-20
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
2018-11-19
Merge pull request #1739 from lioncash/lm
bunnei
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-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
settings: Add settings for multiple players and controllers
Zach Hilman
2018-11-18
settings: Add Native type for keyboard
Zach Hilman
2018-11-18
settings: Add Native type for mouse buttons
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-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
qt/main: Register Qt Software Keyboard frontend with AM
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
frontend/applets: Add frontend software keyboard provider and default
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
2018-11-18
am: Move IStorageAccessor to header and update backing buffer
Zach Hilman
2018-11-18
am: Implement CreateTransferMemoryStorage
Zach Hilman
[next]