index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
17
-100
/
+180
|
*
|
|
|
|
|
|
|
qt/main: Register Qt Software Keyboard frontend with AM
Zach Hilman
2018-11-18
3
-0
/
+6
|
*
|
|
|
|
|
|
|
am: Construct and use proper applets with ILibraryAppletAccessor
Zach Hilman
2018-11-18
1
-1
/
+26
|
*
|
|
|
|
|
|
|
qt/applets: Provide Qt frontend implementation of software keyboard
Zach Hilman
2018-11-18
3
-0
/
+171
|
*
|
|
|
|
|
|
|
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
|
*
|
|
|
|
|
|
|
string_util: Implement buffer to UTF-16 string helper function
Zach Hilman
2018-11-18
2
-0
/
+17
|
*
|
|
|
|
|
|
|
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
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
configure_input: Use Joycons Docked instead of Connected as label
Zach Hilman
2018-11-18
1
-1
/
+1
*
|
|
|
|
|
|
|
configure_input_player: Set minimum width on controls
Zach Hilman
2018-11-18
2
-23
/
+30
*
|
|
|
|
|
|
|
configure_input: Properly update UI components on removal of player
Zach Hilman
2018-11-18
1
-0
/
+2
*
|
|
|
|
|
|
|
configure_input: Make None a controller option instead of checkbox
Zach Hilman
2018-11-18
11
-152
/
+148
*
|
|
|
|
|
|
|
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-18
16
-296
/
+234
*
|
|
|
|
|
|
|
qt: Move controller button config to separate dialog
Zach Hilman
2018-11-18
4
-0
/
+1767
*
|
|
|
|
|
|
|
qt: Add UI to configure touchscreen parameters
Zach Hilman
2018-11-18
4
-0
/
+281
*
|
|
|
|
|
|
|
qt: Add UI to configure mouse buttons
Zach Hilman
2018-11-18
4
-0
/
+542
*
|
|
|
|
|
|
|
configure_input: Add support for multiplayer and controller types
Zach Hilman
2018-11-18
3
-998
/
+525
*
|
|
|
|
|
|
|
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
*
|
|
|
|
|
|
|
yuzu/config: Add (de-)serialization for multiplayer
Zach Hilman
2018-11-18
2
-21
/
+331
*
|
|
|
|
|
|
|
yuzu_cmd/config: Add config deserialization for multiplayer
Zach Hilman
2018-11-18
1
-37
/
+254
*
|
|
|
|
|
|
|
settings: Add settings for multiple players and controllers
Zach Hilman
2018-11-18
1
-3
/
+48
*
|
|
|
|
|
|
|
settings: Add Native type for keyboard
Zach Hilman
2018-11-18
1
-0
/
+210
*
|
|
|
|
|
|
|
settings: Add Native type for mouse buttons
Zach Hilman
2018-11-18
2
-0
/
+34
*
|
|
|
|
|
|
|
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 #1717 from FreddyFunk/swizzle-gob
bunnei
2018-11-18
1
-37
/
+33
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
textures/decoders: Replace magic numbers
Frederic Laing
2018-11-17
1
-37
/
+33
*
|
|
|
|
|
|
|
Merge pull request #1693 from Tinob/master
bunnei
2018-11-18
9
-211
/
+315
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
drop support for non separate alpha as it seems to cause issues in some games
Rodolfo Bogado
2018-11-18
3
-61
/
+35
|
*
|
|
|
|
|
|
|
fix sampler configuration, thanks to Marcos for his investigation
Rodolfo Bogado
2018-11-17
3
-19
/
+57
|
*
|
|
|
|
|
|
|
small type fix
Rodolfo Bogado
2018-11-17
1
-6
/
+6
[prev]
[next]