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 #782 from lioncash/file
bunnei
2018-07-23
2
-14
/
+33
|
\
|
*
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
2
-1
/
+8
|
*
nro: Make bracing consistent
Lioncash
2018-07-23
1
-10
/
+24
|
*
nro: Make constructor explicit
Lioncash
2018-07-23
1
-1
/
+1
|
*
nro: Remove unused forward declaration
Lioncash
2018-07-23
1
-2
/
+0
*
|
Merge pull request #780 from lioncash/move
bunnei
2018-07-23
1
-11
/
+22
|
\
\
|
*
|
vi: Add std::is_trivially_copyable checks to Read and Write functions
Lioncash
2018-07-23
1
-2
/
+13
|
*
|
vi: std::move std::vector in constructors where applicable
Lioncash
2018-07-23
1
-9
/
+9
*
|
|
Merge pull request #779 from lioncash/shared
bunnei
2018-07-23
8
-263
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
6
-102
/
+0
|
*
|
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-23
6
-161
/
+0
|
|
/
*
|
Merge pull request #695 from DarkLordZach/nro-asset
bunnei
2018-07-23
5
-1
/
+215
|
\
\
|
*
|
NRO Assets and NACP file format
Zach Hilman
2018-07-23
5
-1
/
+215
*
|
|
set: Add missing log call in GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #777 from lioncash/lang
bunnei
2018-07-23
2
-23
/
+31
|
\
\
|
|
/
|
/
|
|
*
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
2
-21
/
+29
|
*
set: Correct return code size of value in GetAvailableLanguageCodes()
Lioncash
2018-07-23
1
-2
/
+2
*
|
Merge pull request #774 from Subv/atomic_signal
bunnei
2018-07-22
1
-7
/
+31
|
\
\
|
|
/
|
/
|
|
*
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
1
-7
/
+31
*
|
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
8
-93
/
+158
|
\
\
|
|
/
|
/
|
|
*
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
1
-2
/
+5
|
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
8
-91
/
+153
*
|
Implement exclusive monitor
MerryMage
2018-07-22
9
-13
/
+160
|
/
*
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
2
-4
/
+4
*
Merge pull request #760 from lioncash/path
bunnei
2018-07-21
3
-5
/
+7
|
\
|
*
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
3
-5
/
+7
*
|
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-21
3
-6
/
+34
|
/
*
Merge pull request #754 from lioncash/part
bunnei
2018-07-21
2
-8
/
+20
|
\
|
*
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...
Lioncash
2018-07-20
1
-2
/
+3
|
*
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
2
-0
/
+4
|
*
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
2
-2
/
+3
|
*
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-20
2
-4
/
+10
*
|
Merge pull request #750 from lioncash/ctx
bunnei
2018-07-21
3
-9
/
+0
|
\
\
|
*
|
arm_interface: Remove unused tls_address member of ThreadContext
Lioncash
2018-07-20
3
-9
/
+0
|
|
/
*
|
Merge pull request #755 from lioncash/ctor
bunnei
2018-07-21
1
-8
/
+8
|
\
\
|
*
|
file_sys/errors: Remove redundant object constructor calls
Lioncash
2018-07-20
1
-8
/
+8
|
|
/
*
|
Merge pull request #751 from Subv/tpidr_el0
bunnei
2018-07-21
8
-0
/
+39
|
\
\
|
*
|
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-20
8
-0
/
+39
*
|
|
Merge pull request #753 from lioncash/const
bunnei
2018-07-21
4
-21
/
+15
|
\
\
\
|
*
|
|
vfs_offset: Simplify TrimToFit()
Lioncash
2018-07-20
1
-1
/
+2
|
*
|
|
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...
Lioncash
2018-07-20
4
-4
/
+4
|
*
|
|
vfs: Use variable template variants of std::is_trivially_copyable
Lioncash
2018-07-20
1
-13
/
+6
|
*
|
|
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...
Lioncash
2018-07-20
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #752 from Subv/vfs_load
bunnei
2018-07-20
1
-5
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Loader: Only print the module names and addresses if they actually exist.
Subv
2018-07-20
1
-5
/
+2
|
|
/
*
|
Merge pull request #742 from bunnei/misc-apm
bunnei
2018-07-20
1
-1
/
+16
|
\
\
|
*
|
apm: Improve stub for GetPerformanceConfiguration.
bunnei
2018-07-20
1
-1
/
+16
*
|
|
ipc_helpers: Add PushEnum() member function to ResponseBuilder
Lioncash
2018-07-20
1
-0
/
+19
|
/
/
*
|
Merge pull request #740 from Subv/acc_crash
bunnei
2018-07-20
1
-6
/
+8
|
\
\
|
*
|
HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.
Subv
2018-07-20
1
-6
/
+8
|
|
/
[next]