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
Age
Commit message (
Expand
)
Author
2018-07-20
Merge pull request #740 from Subv/acc_crash
bunnei
2018-07-20
Merge pull request #736 from lioncash/null
bunnei
2018-07-20
Merge pull request #734 from lioncash/thread
bunnei
2018-07-20
HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.
Subv
2018-07-19
audren_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
audout_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
Merge pull request #726 from lioncash/overload
bunnei
2018-07-19
Merge pull request #725 from lioncash/bytes
bunnei
2018-07-19
Merge pull request #728 from Subv/acc_profile
bunnei
2018-07-19
Merge pull request #727 from Subv/acc_users
bunnei
2018-07-19
Merge pull request #724 from lioncash/printf
bunnei
2018-07-19
Merge pull request #722 from lioncash/signed
bunnei
2018-07-19
Merge pull request #721 from lioncash/svc
bunnei
2018-07-19
Merge pull request #717 from lioncash/explicit
bunnei
2018-07-19
HLE/ACC: Return an IProfile that is consistent with what was requested.
Subv
2018-07-19
HLE/ACC: Change the default user id to be consistent with what we tell games ...
Subv
2018-07-19
HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.
Subv
2018-07-19
Merge pull request #716 from lioncash/construct
bunnei
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
Merge pull request #715 from lioncash/const-ref
bunnei
2018-07-19
Merge pull request #720 from Subv/getentrytype_root
Sebastian Valle
2018-07-19
pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()
Lioncash
2018-07-19
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-19
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...
Lioncash
2018-07-19
Merge pull request #714 from lioncash/index
Sebastian Valle
2018-07-19
Merge pull request #712 from lioncash/fsp
bunnei
2018-07-19
hid: Use a ranged-for loops in UpdatePadCallback
Lioncash
2018-07-19
hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array
Lioncash
2018-07-19
Filesystem: Return EntryType::Directory for the root directory.
Subv
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
nvflinger: Emplace Display instances directly
Lioncash
2018-07-19
nvdrv: Take std::string by const reference in GetDevice()
Lioncash
2018-07-19
hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...
Lioncash
2018-07-19
fsp_srv: Remove unnecessary vector construction in IFile's Write() function
Lioncash
2018-07-19
fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...
Lioncash
2018-07-19
filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...
Lioncash
2018-07-19
filesystem: Use std::string's empty() function instead of comparing against a...
Lioncash
2018-07-19
filesystem: Remove pragma disabling global optimizations
Lioncash
2018-07-19
fsp_srv: Make IStorage constructor explicit
Lioncash
2018-07-19
fsp_srv: Add missing includes
Lioncash
2018-07-19
fsp_srv: Resolve sign-mismatch warnings in assertion comparisons
Lioncash
2018-07-19
fsp_srv: Respect write length in Write()
Lioncash
2018-07-18
Merge pull request #692 from lioncash/assign
bunnei
2018-07-18
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
Merge pull request #691 from lioncash/guard
bunnei
2018-07-18
Merge pull request #688 from lioncash/comma
bunnei
2018-07-18
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
[next]