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
/
service
Age
Commit message (
Expand
)
Author
2018-11-30
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
service/set: Implement MakeLanguageCode
Lioncash
2018-11-29
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-28
Merge pull request #1817 from DarkLordZach/npad-idx-fix
bunnei
2018-11-28
Merge pull request #1792 from bunnei/dma-pusher
bunnei
2018-11-28
npad: Use NPadIdToIndex to prevent invalid array access
Zach Hilman
2018-11-27
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
npad: Fix copy/paste error with LED position assignments
Zach Hilman
2018-11-27
Merge pull request #1802 from DarkLordZach/user-data-storage
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-27
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-26
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-26
Fixed hwopus compile error
David Marcec
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-25
Merge pull request #1793 from lioncash/ref
bunnei
2018-11-24
Merge pull request #1791 from bunnei/nvdrv-stub
bunnei
2018-11-24
service/sm: Take std::string by const reference in UnregisterService
Lioncash
2018-11-23
Merge pull request #1641 from DarkLordZach/sm-register-unregister
bunnei
2018-11-23
Merge pull request #1731 from DarkLordZach/change-dir-crash
bunnei
2018-11-23
Merge pull request #1708 from ogniK5377/res-scale
bunnei
2018-11-23
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
bunnei
2018-11-23
Merge pull request #1770 from DarkLordZach/applet-stub
bunnei
2018-11-23
Merge pull request #1762 from bunnei/getgputime
bunnei
2018-11-22
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)
Zach Hilman
2018-11-22
Merge pull request #1765 from bunnei/multi-audout
bunnei
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-11-21
applets: Add StubApplet
Zach Hilman
2018-11-21
Merge pull request #1742 from lioncash/hle-swkbd
bunnei
2018-11-21
nvhost_ctrl_gpu: Implement IoctlGetGpuTime.
bunnei
2018-11-20
am: Correct build failure
Lioncash
2018-11-20
Merge pull request #1733 from lioncash/ldr
bunnei
2018-11-20
am/applets: Make the applet data broker part of the applet itself.
Lioncash
2018-11-20
am/applets: Replace includes with forward declarations where applicable
Lioncash
2018-11-20
am/applets: Relocate comments above the relevant data member in AppletDataBroker
Lioncash
2018-11-20
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
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
ldr: Clean up error codes
Lioncash
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
[next]