index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
software_keyboard: Return correct result code on user cancel operation
Zach Hilman
2018-11-19
3
-5
/
+1
|
*
|
|
|
|
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-19
5
-104
/
+194
|
*
|
|
|
|
software_keyboard: Use correct offset for inital text string
Zach Hilman
2018-11-19
1
-1
/
+2
|
*
|
|
|
|
software_keyboard: Check for UTF-8 config flag
Zach Hilman
2018-11-18
2
-9
/
+23
|
*
|
|
|
|
software_keyboard: Push all data over all channels on dialog completion
Zach Hilman
2018-11-18
1
-18
/
+26
|
*
|
|
|
|
applet: Use std::queue instead of std::vector for storage stack
Zach Hilman
2018-11-18
5
-18
/
+44
|
*
|
|
|
|
applet: Add operation completed callback
Zach Hilman
2018-11-18
2
-3
/
+5
|
*
|
|
|
|
software_keyboard: Push buffer size to offset 0x4 in output data
Zach Hilman
2018-11-18
4
-18
/
+39
|
*
|
|
|
|
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
3
-6
/
+20
|
*
|
|
|
|
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
4
-36
/
+34
|
*
|
|
|
|
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
1
-4
/
+8
|
*
|
|
|
|
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
3
-14
/
+95
|
*
|
|
|
|
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
7
-31
/
+48
|
*
|
|
|
|
am: Construct and use proper applets with ILibraryAppletAccessor
Zach Hilman
2018-11-18
1
-1
/
+26
|
*
|
|
|
|
am/applets: Add connector between frontend and AM applet classes
Zach Hilman
2018-11-18
2
-0
/
+128
|
*
|
|
|
|
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman
2018-11-18
2
-0
/
+75
|
*
|
|
|
|
am: Unstub ILibraryAppletAccessor::Start
Zach Hilman
2018-11-18
1
-5
/
+17
|
*
|
|
|
|
am: Implement PopInteractiveOutData and PushInteractiveInData
Zach Hilman
2018-11-18
1
-14
/
+24
|
*
|
|
|
|
am: Convert storage stack to vector
Zach Hilman
2018-11-18
1
-27
/
+59
|
*
|
|
|
|
am: Move AM::IStorage to header
Zach Hilman
2018-11-18
1
-0
/
+16
|
*
|
|
|
|
am: Move IStorageAccessor to header and update backing buffer
Zach Hilman
2018-11-18
2
-64
/
+62
|
*
|
|
|
|
am: Implement CreateTransferMemoryStorage
Zach Hilman
2018-11-18
2
-0
/
+26
|
*
|
|
|
|
svc: Implement svcCreateTransferMemory
Zach Hilman
2018-11-18
1
-3
/
+33
*
|
|
|
|
|
Merge pull request #1739 from lioncash/lm
bunnei
2018-11-19
1
-1
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
lm: Implement SetDestination by doing nothing
Lioncash
2018-11-19
1
-1
/
+12
*
|
|
|
|
|
|
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
6
-190
/
+81
|
/
/
/
/
/
/
*
|
|
|
|
|
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-18
4
-174
/
+61
*
|
|
|
|
|
hid/npad: Update NPad to use player controller bindings and type
Zach Hilman
2018-11-18
2
-55
/
+108
*
|
|
|
|
|
hid/touchscreen: Update Touchscreen to use advanced parameters
Zach Hilman
2018-11-18
1
-6
/
+6
*
|
|
|
|
|
hid: Add controller bindings for Mouse controller
Zach Hilman
2018-11-18
2
-4
/
+30
*
|
|
|
|
|
hid: Add keyboard bindings for Keyboard controller
Zach Hilman
2018-11-18
2
-2
/
+24
*
|
|
|
|
|
hid: Add controller bindings for DebugPad controller
Zach Hilman
2018-11-18
2
-21
/
+43
*
|
|
|
|
|
Added missing start/end touch attributes to touchscreen
David Marcec
2018-11-18
2
-1
/
+18
*
|
|
|
|
|
Added debugpad skeleton
David Marcec
2018-11-18
2
-2
/
+55
*
|
|
|
|
|
Added controller helper funcs
David Marcec
2018-11-18
2
-0
/
+35
*
|
|
|
|
|
Changed polling rate of hid and Right joycon rotation
David Marcec
2018-11-18
1
-2
/
+2
*
|
|
|
|
|
Left joycon rotation button remapping
David Marcec
2018-11-18
2
-7
/
+21
*
|
|
|
|
|
Added automatic npad switch based on supported stylesets
David Marcec
2018-11-18
2
-4
/
+124
*
|
|
|
|
|
Added multi-input support and controller assignment at any port
David Marcec
2018-11-18
2
-122
/
+181
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1620 from DarkLordZach/ldr-ro
bunnei
2018-11-18
6
-21
/
+400
|
\
\
\
\
\
|
*
|
|
|
|
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-17
4
-13
/
+27
|
*
|
|
|
|
ldr_ro: Implement UnloadNro (command 1)
Zach Hilman
2018-11-15
1
-22
/
+85
|
*
|
|
|
|
ldr_ro: Fully Implement LoadNro (command 0)
Zach Hilman
2018-11-15
1
-11
/
+110
|
*
|
|
|
|
ldr_ro: Implement UnloadNrr (command 3)
Zach Hilman
2018-11-15
1
-2
/
+84
|
*
|
|
|
|
ldr_ro: Fully implement LoadNrr (command 2)
Zach Hilman
2018-11-15
1
-0
/
+112
|
*
|
|
|
|
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-1
/
+2
|
*
|
|
|
|
pl_u: Resize buffers in shared font data getter to what game requests
Zach Hilman
2018-11-15
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #1718 from ogniK5377/lets-go-softlock
bunnei
2018-11-18
3
-1
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
2018-11-17
3
-1
/
+18
*
|
|
|
|
|
|
Merge pull request #1671 from DarkLordZach/vi-disconnect
bunnei
2018-11-18
1
-0
/
+22
|
\
\
\
\
\
\
\
[prev]
[next]