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-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
2018-07-18
address_arbiter: Correct assignment within an assertion statement in WakeThre...
Lioncash
2018-07-18
service/prepo: Add missing header guard
Lioncash
2018-07-18
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
Fill in more fields in TouchScreenEntryTouch
Zach Hilman
2018-07-18
Single touch support
Zach Hilman
2018-07-17
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
bunnei
2018-07-17
vi: Fix size for ListDisplays default display.
bunnei
2018-07-17
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
Merge pull request #671 from MerryMage/clear-exclusive-state
bunnei
2018-07-17
Merge pull request #672 from SciresM/to_address_fix
bunnei
2018-07-17
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-16
Kernel/Arbiter: Fix bug in WaitIfLessThan
Michael Scire
2018-07-16
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-15
HID: Update controllers less often
James Rowe
2018-07-14
Merge pull request #663 from Subv/bsd
bunnei
2018-07-14
Services/BSD: Corrected the return for StartMonitoring according to SwIPC.
Subv
2018-07-14
No need to use ASSERT_MSG with an empty message
David Marcec
2018-07-13
We only need to alert for memory pool changes
David Marcec
[prev]
[next]