index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
file_util: Remove explicit type from std::min() in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+1
|
*
file_util: Remove redundant duplicate return in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+0
*
|
Merge pull request #748 from lioncash/namespace
bunnei
2018-07-21
11
-48
/
+24
|
\
\
|
*
|
video_core: Use nested namespaces where applicable
Lioncash
2018-07-20
11
-48
/
+24
*
|
|
Merge pull request #758 from lioncash/sync
bunnei
2018-07-21
2
-86
/
+0
|
\
\
\
|
*
|
|
common: Remove synchronized_wrapper.h
Lioncash
2018-07-21
2
-86
/
+0
*
|
|
|
Merge pull request #760 from lioncash/path
bunnei
2018-07-21
11
-73
/
+85
|
\
\
\
\
|
*
|
|
|
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
11
-73
/
+85
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
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 #746 from lioncash/tests
bunnei
2018-07-21
2
-4
/
+12
|
\
\
\
\
|
*
|
|
|
arm_test_common: Get rid of truncation warnings
Lioncash
2018-07-20
1
-2
/
+5
|
*
|
|
|
arm_test_common: Make file static variable a member variable of the testing e...
Lioncash
2018-07-20
2
-2
/
+5
|
*
|
|
|
arm_test_common: Add missing header guard
Lioncash
2018-07-20
1
-0
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #747 from lioncash/unimplemented
bunnei
2018-07-21
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
gl_shader_manager: Replace unimplemented function prototype
Lioncash
2018-07-20
2
-3
/
+3
|
|
/
/
/
*
|
|
|
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 #749 from lioncash/consistency
bunnei
2018-07-21
4
-14
/
+17
|
\
\
\
\
|
*
|
|
|
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-20
4
-14
/
+17
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
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 #743 from lioncash/view
bunnei
2018-07-20
4
-57
/
+56
|
\
\
\
\
|
*
|
|
|
logging/filter: Use std::string_view in ParseFilterString()
Lioncash
2018-07-20
2
-41
/
+40
|
*
|
|
|
logging/backend: Add missing standard includes
Lioncash
2018-07-20
2
-4
/
+3
|
*
|
|
|
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2018-07-20
2
-12
/
+13
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #745 from lioncash/package
bunnei
2018-07-20
2
-9
/
+12
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
param_package: Take std::string by value in string-based Set() function
Lioncash
2018-07-20
2
-4
/
+6
|
*
|
|
param_package: Use std::unordered_map's insert_or_assign instead of map indexing
Lioncash
2018-07-20
1
-3
/
+3
|
*
|
|
param_package: Get rid of file-static std::string construction
Lioncash
2018-07-20
1
-3
/
+4
|
|
/
/
*
|
|
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
|
|
/
*
|
Merge pull request #738 from lioncash/sign
bunnei
2018-07-20
1
-16
/
+20
|
\
\
|
*
|
gl_state: Make references const where applicable in Apply()
Lioncash
2018-07-20
1
-2
/
+3
[prev]
[next]