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
...
*
|
|
Merge pull request #724 from lioncash/printf
bunnei
2018-07-19
1
-1
/
+1
|
\
\
\
|
*
|
|
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...
Lioncash
2018-07-19
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #723 from lioncash/gdb
bunnei
2018-07-19
1
-7
/
+7
|
\
\
\
|
*
|
|
gdbstub: Get rid of a few signed/unsigned comparisons
Lioncash
2018-07-19
1
-7
/
+7
*
|
|
|
Merge pull request #722 from lioncash/signed
bunnei
2018-07-19
2
-8
/
+4
|
\
\
\
\
|
*
|
|
|
hid: Use a ranged-for loops in UpdatePadCallback
Lioncash
2018-07-19
1
-7
/
+3
|
*
|
|
|
hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array
Lioncash
2018-07-19
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #721 from lioncash/svc
bunnei
2018-07-19
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
svc: Correct always true assertion case in SetThreadCoreMask
Lioncash
2018-07-19
1
-3
/
+4
*
|
|
|
|
Merge pull request #719 from lioncash/docs
bunnei
2018-07-19
2
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
loader: Amend Doxygen comments
Lioncash
2018-07-19
2
-5
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #718 from lioncash/read
bunnei
2018-07-19
1
-4
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...
Lioncash
2018-07-19
1
-4
/
+6
*
|
|
|
|
|
Merge pull request #717 from lioncash/explicit
bunnei
2018-07-19
22
-25
/
+25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
22
-25
/
+25
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #716 from lioncash/construct
bunnei
2018-07-19
1
-9
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
nvflinger: Emplace Display instances directly
Lioncash
2018-07-19
1
-9
/
+4
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #715 from lioncash/const-ref
bunnei
2018-07-19
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
nvdrv: Take std::string by const reference in GetDevice()
Lioncash
2018-07-19
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #720 from Subv/getentrytype_root
Sebastian Valle
2018-07-19
1
-0
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Filesystem: Return EntryType::Directory for the root directory.
Subv
2018-07-19
1
-0
/
+4
*
|
|
|
|
Merge pull request #714 from lioncash/index
Sebastian Valle
2018-07-19
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...
Lioncash
2018-07-19
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #712 from lioncash/fsp
bunnei
2018-07-19
1
-17
/
+22
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
fsp_srv: Remove unnecessary vector construction in IFile's Write() function
Lioncash
2018-07-19
1
-2
/
+3
|
*
|
|
|
|
fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...
Lioncash
2018-07-19
1
-10
/
+8
|
*
|
|
|
|
fsp_srv: Make IStorage constructor explicit
Lioncash
2018-07-19
1
-1
/
+1
|
*
|
|
|
|
fsp_srv: Add missing includes
Lioncash
2018-07-19
1
-0
/
+5
|
*
|
|
|
|
fsp_srv: Resolve sign-mismatch warnings in assertion comparisons
Lioncash
2018-07-19
1
-3
/
+3
|
*
|
|
|
|
fsp_srv: Respect write length in Write()
Lioncash
2018-07-19
1
-4
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #713 from lioncash/filesys
bunnei
2018-07-19
1
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...
Lioncash
2018-07-19
1
-1
/
+3
|
*
|
|
|
|
filesystem: Use std::string's empty() function instead of comparing against a...
Lioncash
2018-07-19
1
-1
/
+1
|
*
|
|
|
|
filesystem: Remove pragma disabling global optimizations
Lioncash
2018-07-19
1
-2
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #694 from lioncash/warn
bunnei
2018-07-19
2
-6
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
loader/nro: Resolve sign mismatch warnings
Lioncash
2018-07-18
1
-1
/
+1
|
*
|
|
|
loader/nso: Remove unnecessary vector resizes
Lioncash
2018-07-18
1
-4
/
+2
|
*
|
|
|
loader/nso: Resolve sign mismatch warnings
Lioncash
2018-07-18
1
-1
/
+1
*
|
|
|
|
Merge pull request #703 from lioncash/const
bunnei
2018-07-19
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...
Lioncash
2018-07-18
2
-2
/
+2
*
|
|
|
|
|
Merge pull request #702 from lioncash/initialize
bunnei
2018-07-19
2
-24
/
+15
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
partition_filesystem: Ensure all class members of PartitionFilesystem are ini...
Lioncash
2018-07-18
2
-24
/
+15
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #701 from lioncash/moving
bunnei
2018-07-19
2
-2
/
+10
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference
Lioncash
2018-07-18
1
-1
/
+1
|
*
|
|
|
content_archive: Add missing standard includes
Lioncash
2018-07-18
1
-0
/
+5
|
*
|
|
|
content_archive: std::move VirtualFile in NCA's constructor
Lioncash
2018-07-18
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #699 from lioncash/vfs
bunnei
2018-07-19
1
-6
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
vfs: Deduplicate accumulation code in VfsDirectory's GetSize()
Lioncash
2018-07-18
1
-6
/
+6
|
|
/
/
*
|
|
Merge pull request #692 from lioncash/assign
bunnei
2018-07-18
1
-1
/
+1
|
\
\
\
|
*
|
|
address_arbiter: Correct assignment within an assertion statement in WakeThre...
Lioncash
2018-07-18
1
-1
/
+1
[prev]
[next]