index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
3
-11
/
+11
*
applets: Add StubApplet
Zach Hilman
2018-11-21
3
-0
/
+98
*
Merge pull request #1742 from lioncash/hle-swkbd
bunnei
2018-11-21
5
-44
/
+63
|
\
|
*
am/applets: Make the applet data broker part of the applet itself.
Lioncash
2018-11-20
5
-31
/
+36
|
*
am/applets: Replace includes with forward declarations where applicable
Lioncash
2018-11-20
2
-2
/
+9
|
*
am/applets: Relocate comments above the relevant data member in AppletDataBroker
Lioncash
2018-11-20
1
-11
/
+18
*
|
am: Correct build failure
Lioncash
2018-11-20
1
-2
/
+2
*
|
Merge pull request #1734 from lioncash/shared
bunnei
2018-11-20
3
-29
/
+45
|
\
\
|
*
|
kernel/shared_memory: Make Map() and Unmap() take the target process by refer...
Lioncash
2018-11-19
3
-12
/
+12
|
*
|
kernel/shared_memory: Add a const qualified member function overload for GetP...
Lioncash
2018-11-19
2
-1
/
+12
|
*
|
kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet
Lioncash
2018-11-19
2
-2
/
+2
|
*
|
kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32
Lioncash
2018-11-19
2
-2
/
+2
|
*
|
kernel/shared_memory: Make data members private
Lioncash
2018-11-19
1
-12
/
+17
*
|
|
Merge pull request #1733 from lioncash/ldr
bunnei
2018-11-20
1
-29
/
+12
|
\
\
\
|
*
|
|
ldr: Clean up error codes
Lioncash
2018-11-19
1
-29
/
+12
|
|
/
/
*
|
|
Merge pull request #1746 from lioncash/random
bunnei
2018-11-20
2
-1
/
+1
|
\
\
\
|
*
|
|
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
2
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
file_sys/card_image: Provide named members for the GamecardInfo struct
Lioncash
2018-11-20
1
-1
/
+12
|
/
/
*
|
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
2018-11-20
12
-106
/
+840
|
\
\
|
*
|
software_keyboard: Fix erroneous extra PushNormalData
Zach Hilman
2018-11-19
1
-3
/
+2
|
*
|
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
4
-6
/
+12
|
*
|
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
5
-11
/
+29
|
*
|
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
6
-44
/
+41
|
*
|
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
Zach Hilman
2018-11-18
2
-4
/
+9
|
*
|
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
5
-14
/
+103
|
*
|
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
11
-62
/
+106
|
*
|
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
1
-0
/
+1
|
*
|
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
3
-0
/
+130
|
*
|
frontend/applets: Add frontend software keyboard provider and default
Zach Hilman
2018-11-18
3
-0
/
+63
|
*
|
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman
2018-11-18
3
-0
/
+77
|
*
|
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
6
-215
/
+114
*
|
|
hid/npad: Update NPad to use player controller bindings and type
Zach Hilman
2018-11-18
2
-55
/
+108
[next]