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
*
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-10
2
-0
/
+44
|
\
|
*
common: common_sizes: Move sizes to the Common namespace.
bunnei
2021-03-23
1
-0
/
+4
|
*
common: common_sizes: Move Invalid to Size_* prefix and add missing values.
bunnei
2021-03-21
1
-1
/
+7
|
*
hle: kernel: board: k_system_control: Extend to include memory region sizes.
bunnei
2021-03-21
1
-0
/
+10
|
*
common: Move common sizes to their own header for code reuse.
bunnei
2021-03-21
2
-0
/
+24
*
|
Merge pull request #6162 from degasus/no_spin_loops
bunnei
2021-04-09
1
-1
/
+9
|
\
\
|
*
|
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-07
1
-1
/
+9
*
|
|
bgtc: Update to 12.x and implement OpenTaskService
Morph
2021-04-09
2
-0
/
+2
|
/
/
*
/
common: Move assert failure handling into a cpp file.
Markus Wick
2021-04-04
3
-6
/
+20
|
/
*
fiber: Double default stack size
MerryMage
2021-03-10
1
-1
/
+1
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
2
-8
/
+6
*
common: fiber: Use weak_ptr when yielding.
bunnei
2021-03-05
2
-8
/
+13
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-05
2
-9
/
+9
*
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-03-04
2
-9
/
+9
|
\
|
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
2
-9
/
+9
*
|
[network] Error handling reform
comex
2021-02-28
2
-16
/
+34
*
|
Merge pull request #5984 from jbeich/gcc-freebsd
bunnei
2021-02-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
common: add missing header after f3805376f726
Jan Beich
2021-02-23
1
-0
/
+1
*
|
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
3
-0
/
+256
|
\
\
|
|
/
|
/
|
|
*
common: Add implementation of TinyMT (Mersenne Twister RNG).
bunnei
2021-02-18
2
-0
/
+251
|
*
common: alignment: Add DivideUp utility method.
bunnei
2021-02-18
1
-0
/
+5
*
|
common: wall_clock: Fix integer overflow with StandardWallClock.
bunnei
2021-02-19
2
-7
/
+28
|
/
*
common/cityhash: Use common types
ReinUsesLisp
2021-02-18
2
-114
/
+98
*
common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL ...
bunnei
2021-02-15
1
-8
/
+9
*
common: Merge uint128 to a single header file with inlines.
bunnei
2021-02-15
4
-135
/
+84
*
common: Add -fsized-deallocation as a Clang flag
lat9nq
2021-02-09
1
-0
/
+2
*
string_util: Remove MSVC workaround for converting between UTF8/UTF16
Morph
2021-02-08
1
-14
/
+0
*
Merge pull request #5885 from MerryMage/ring_buffer-granularity
bunnei
2021-02-06
1
-11
/
+10
|
\
|
*
ring_buffer: Remove granularity template argument
MerryMage
2021-02-06
1
-11
/
+10
*
|
hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.
bunnei
2021-02-05
1
-8
/
+0
*
|
common: scope_exit: Add a cancellable ScopeExit macro.
bunnei
2021-02-05
1
-0
/
+6
*
|
common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log.
bunnei
2021-02-05
1
-0
/
+8
|
/
*
common: common_funcs: Change R_UNLESS to LOG_ERROR.
bunnei
2021-01-28
1
-1
/
+1
*
common: common_funcs: Log error on R_UNLESS.
bunnei
2021-01-28
1
-0
/
+3
*
common: common_funcs: Add useful kernel macro R_SUCCEED_IF.
bunnei
2021-01-28
1
-0
/
+3
*
common: common_funcs: Add a few more useful macros for kernel code.
bunnei
2021-01-28
1
-0
/
+11
*
Merge pull request #5778 from ReinUsesLisp/shader-dir
bunnei
2021-01-27
3
-0
/
+39
|
\
|
*
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-21
3
-0
/
+39
*
|
common: Add missing include to bit_util.h
bunnei
2021-01-21
1
-0
/
+1
*
|
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
Lioncash
2021-01-21
1
-35
/
+13
|
/
*
Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access
bunnei
2021-01-17
1
-2
/
+2
|
\
|
*
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
1
-2
/
+2
*
|
Merge pull request #5275 from FernandoS27/fast-native-clock
bunnei
2021-01-15
5
-104
/
+174
|
\
\
|
*
|
X86/NativeClock: Reimplement RTDSC access to be lock free.
Fernando Sahmkow
2021-01-02
5
-103
/
+107
|
*
|
X86/NativeClock: Improve performance of clock calculations on hot path.
Fernando Sahmkow
2021-01-02
2
-5
/
+71
*
|
|
Merge pull request #5336 from lioncash/tree
bunnei
2021-01-15
2
-841
/
+668
|
\
\
\
|
*
|
|
common/tree: Convert defines over to templates
Lioncash
2021-01-12
2
-592
/
+666
|
*
|
|
common/tree: Remove unused splay tree defines
Lioncash
2021-01-12
1
-249
/
+2
*
|
|
|
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
1
-4
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
1
-4
/
+4
[next]