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
*
pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...
Lioncash
2018-07-19
1
-1
/
+1
*
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
*
|
|
|
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
9
-16
/
+26
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
9
-16
/
+26
*
|
|
|
Merge pull request #691 from lioncash/guard
bunnei
2018-07-18
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
service/prepo: Add missing header guard
Lioncash
2018-07-18
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #688 from lioncash/comma
bunnei
2018-07-18
1
-22
/
+12
|
\
\
\
|
*
|
|
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
1
-22
/
+12
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #693 from lioncash/unused
bunnei
2018-07-18
1
-7
/
+0
|
\
\
\
|
*
|
|
core/memory: Remove unused function GetSpecialHandlers() and an unused variab...
Lioncash
2018-07-18
1
-7
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
3
-7
/
+11
|
\
\
\
|
*
|
|
core: Make System's default constructor private
Lioncash
2018-07-18
2
-0
/
+4
|
*
|
|
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
2
-7
/
+7
|
|
|
/
|
|
/
|
*
|
|
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
49
-1862
/
+1807
|
|
/
|
/
|
*
|
Fill in more fields in TouchScreenEntryTouch
Zach Hilman
2018-07-18
1
-4
/
+9
*
|
Single touch support
Zach Hilman
2018-07-18
1
-4
/
+19
|
/
*
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
bunnei
2018-07-17
1
-1
/
+1
*
vi: Fix size for ListDisplays default display.
bunnei
2018-07-17
1
-2
/
+2
*
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
6
-10
/
+26
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
16
-212
/
+256
*
Merge pull request #671 from MerryMage/clear-exclusive-state
bunnei
2018-07-17
6
-0
/
+11
|
\
|
*
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
6
-0
/
+11
[next]