index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Revert "Merge pull request #5181 from Morph1984/5174-review"
Morph
2020-12-11
1
-3
/
+9
*
|
common/file_util: Simplify the behavior of CreateFullPath
Morph
2020-12-09
1
-9
/
+3
*
|
common/file_util: Let std::filesystem cast from UTF16 to std::string
ReinUsesLisp
2020-12-09
1
-1
/
+1
*
|
common/file_util: Fix and deprecate CreateFullPath, add CreateDirs
ReinUsesLisp
2020-12-09
2
-4
/
+31
*
|
common/file_util: Succeed on CreateDir when the directory exists
ReinUsesLisp
2020-12-09
1
-0
/
+5
*
|
file_util: Migrate remaining file handling functions over to std::filesystem
Lioncash
2020-12-09
2
-340
/
+100
*
|
file_util: Migrate Exists() and IsDirectory() over to std::filesystem
Lioncash
2020-12-08
2
-57
/
+13
*
|
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-07
2
-3
/
+3
|
\
\
|
*
|
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
2
-3
/
+3
|
|
/
*
|
xbyak_abi: Shorten std::size_t to size_t
Lioncash
2020-12-05
1
-8
/
+8
*
|
xbyak_abi: Avoid implicit sign conversions
Lioncash
2020-12-05
1
-2
/
+2
|
/
*
Merge pull request #4996 from bunnei/use-4jits
bunnei
2020-12-03
2
-115
/
+11
|
\
|
*
common: fiber: Use VirtualBuffer for stack memory.
bunnei
2020-11-29
1
-2
/
+5
|
*
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-29
2
-115
/
+8
*
|
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-02
4
-10
/
+11
|
\
\
|
*
|
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
4
-10
/
+11
|
|
/
*
/
common: Add Common::DivCeil and Common::DivCeilLog2
ReinUsesLisp
2020-11-25
2
-0
/
+27
|
/
*
Merge pull request #4451 from slashiee/extended-logging
bunnei
2020-11-23
1
-2
/
+12
|
\
|
*
logging/settings: Increase maximum log size to 100 MB and add extended loggin...
M&M
2020-08-24
1
-2
/
+12
*
|
Merge pull request #4951 from bunnei/olsc-stub
bunnei
2020-11-20
2
-0
/
+2
|
\
\
|
*
|
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-11-19
2
-0
/
+2
*
|
|
common/bit_cast: Add function matching std::bit_cast without constexpr
ReinUsesLisp
2020-11-20
2
-0
/
+23
*
|
|
virtual_buffer: Do nothing on resize() calls with same sizes
Lioncash
2020-11-19
1
-1
/
+6
|
/
/
*
|
virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer
Lioncash
2020-11-17
1
-0
/
+6
*
|
page_table: Allow page tables to be moved
Lioncash
2020-11-17
4
-9
/
+30
*
|
page_table: Add missing doxygen parameters to Resize()
Lioncash
2020-11-17
1
-0
/
+2
*
|
page_table: Remove unnecessary header inclusions
Lioncash
2020-11-17
1
-4
/
+0
*
|
common/fiber: Move all member variables into impl class
Lioncash
2020-11-06
2
-89
/
+86
*
|
General: Fix clang build
Lioncash
2020-11-05
2
-2
/
+10
*
|
common: Enable warnings as errors
Lioncash
2020-11-02
9
-31
/
+49
*
|
Merge pull request #4868 from lioncash/discard-error
bunnei
2020-10-30
2
-5
/
+12
|
\
\
|
*
|
General: Make ignoring a discarded return value an error
Lioncash
2020-10-30
2
-5
/
+12
*
|
|
common/stream: Be explicit with copy and move operators
Lioncash
2020-10-29
1
-3
/
+9
|
/
/
*
|
common/fiber: Take shared_ptr<Fiber> by copy in YieldTo
ReinUsesLisp
2020-10-28
2
-3
/
+3
*
|
video_core: NVDEC Implementation
ameerj
2020-10-26
3
-0
/
+99
*
|
core: Fix clang build pt.3
Lioncash
2020-10-21
1
-2
/
+2
*
|
Revert "core: Fix clang build"
bunnei
2020-10-20
7
-22
/
+13
*
|
Merge pull request #4796 from lioncash/clang
LC
2020-10-20
7
-13
/
+22
|
\
\
|
*
|
core: Fix clang build
Lioncash
2020-10-17
7
-13
/
+22
*
|
|
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-10-15
2
-11
/
+68
|
/
/
*
|
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-5
/
+5
*
|
Merge pull request #4731 from lat9nq/mingw-zstd-fix
bunnei
2020-10-07
1
-1
/
+6
|
\
\
|
*
|
CMakeLists: use system zstd on Linux
lat9nq
2020-09-28
1
-1
/
+6
|
*
|
CMakeLists: fix for finding zstd on linux-mingw
lat9nq
2020-09-28
1
-1
/
+1
*
|
|
common/wall_clock: Add virtual destructors
ReinUsesLisp
2020-09-30
3
-2
/
+4
|
/
/
*
|
Merge pull request #4611 from lioncash/xbyak2
bunnei
2020-09-03
1
-16
/
+16
|
\
\
|
*
|
externals: Update Xbyak to 5.96
Lioncash
2020-08-30
1
-16
/
+16
*
|
|
Merge pull request #4578 from lioncash/xor
bunnei
2020-09-03
1
-4
/
+10
|
\
\
\
|
*
|
|
common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS
Lioncash
2020-08-24
1
-4
/
+10
|
|
|
/
|
|
/
|
*
|
|
input_common/motion_input: Make use of Common::PI constant
Morph
2020-09-02
1
-1
/
+1
[prev]
[next]