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
*
common/div_ceil: Return numerator type
ReinUsesLisp
2021-01-09
1
-5
/
+5
*
general: Fix various spelling errors
Morph
2021-01-02
2
-3
/
+3
*
memory: Remove MemoryHook
MerryMage
2021-01-01
4
-78
/
+0
*
Merge pull request #5249 from ReinUsesLisp/lock-free-pages
bunnei
2021-01-01
3
-23
/
+65
|
\
|
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-29
3
-23
/
+65
*
|
Merge pull request #5208 from bunnei/service-threads
bunnei
2020-12-30
3
-0
/
+90
|
\
\
|
*
|
common: ThreadWorker: Add class to help do asynchronous work.
bunnei
2020-12-29
3
-0
/
+90
|
|
/
*
/
k_priority_queue: Fix concepts use
comex
2020-12-29
1
-0
/
+4
|
/
*
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-20
3
-346
/
+100
|
\
|
*
common: BitSet: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-23
/
+22
|
*
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
2
-346
/
+0
|
*
common: Port BitSet from Mesosphere.
bunnei
2020-12-06
2
-0
/
+101
*
|
cmake: Fix generating CMake configs and linking with Boost
lat9nq
2020-12-13
1
-1
/
+1
*
|
common: Update CMakeList to fix build issue with Boost.
bunnei
2020-12-12
1
-2
/
+1
*
|
Revert "Merge pull request #5173 from lioncash/common-fs"
Morph
2020-12-11
2
-112
/
+396
*
|
Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"
Morph
2020-12-11
2
-36
/
+4
*
|
Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"
Morph
2020-12-11
1
-1
/
+1
*
|
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
|
/
/
[next]