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 "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""
bunnei
2020-07-11
1
-3
/
+1
*
Common: remove a mod from AlignUp (#5441)
Marshall Mohror
2020-07-11
1
-1
/
+3
*
cmake: Fix libfmt linking errors
David Marcec
2020-07-10
1
-5
/
+1
*
cmake: fix fmt linking when found
John Galt
2020-07-09
1
-1
/
+5
*
Revert "cmake: fix fmt linking"
bunnei
2020-07-02
1
-1
/
+1
*
Merge pull request #4206 from RealJohnGalt/linkfix
bunnei
2020-07-02
1
-1
/
+1
|
\
|
*
cmake: fix fmt linking
John Galt
2020-06-29
1
-1
/
+1
*
|
common: switch to nullptr for sysctl's empty new value
Jan Beich
2020-06-30
1
-4
/
+4
*
|
common: add sysconf() fallback
Jan Beich
2020-06-29
1
-3
/
+16
|
/
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
4
-12
/
+13
*
Common/Kernel: Corrections and small bug fixing.
Fernando Sahmkow
2020-06-27
1
-6
/
+1
*
Common/NativeClockx86: Reduce native clock accuracy further.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Common/AtomicOps: Correct GCC Intrinsic argument ordering.
Fernando Sahmkow
2020-06-27
1
-5
/
+5
*
Clang Format.
Fernando Sahmkow
2020-06-27
3
-23
/
+23
*
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
2
-0
/
+55
*
X64 Clock: Reduce accuracy to be less or equal to guest accuracy.
Fernando Sahmkow
2020-06-27
2
-1
/
+7
*
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-06-27
3
-0
/
+89
*
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
4
-0
/
+15
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-0
/
+6
*
Merge pull request #3396 from FernandoS27/prometheus-1
David
2020-06-28
14
-3
/
+758
|
\
|
*
Common: Fix non-conan build
Fernando Sahmkow
2020-06-26
1
-1
/
+2
|
*
Common/Fiber: Address Feedback and Correct Memory leaks.
Fernando Sahmkow
2020-06-18
2
-34
/
+41
|
*
Common/Fiber: Implement Rewind on Boost Context.
Fernando Sahmkow
2020-06-18
2
-2
/
+39
|
*
Common/uint128: Correct MSVC Compilation in old versions.
Fernando Sahmkow
2020-06-18
1
-0
/
+4
|
*
Common/Fiber: Document fiber interexchange.
Fernando Sahmkow
2020-06-18
1
-1
/
+4
|
*
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
2
-2
/
+38
|
*
Common/Fiber: Additional corrections to f_context.
Fernando Sahmkow
2020-06-18
1
-4
/
+4
|
*
Common/Fiber: Correct f_context based Fibers.
Fernando Sahmkow
2020-06-18
1
-6
/
+8
|
*
Core/HostTiming: Allow events to be advanced manually.
Fernando Sahmkow
2020-06-18
2
-5
/
+6
|
*
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
3
-8
/
+8
|
*
Common: Make MinGW build use Windows Fibers instead of fcontext_t
Fernando Sahmkow
2020-06-18
2
-4
/
+4
|
*
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
4
-18
/
+21
|
*
Common: Correct fcontext fibers.
Fernando Sahmkow
2020-06-18
1
-5
/
+4
|
*
Common: Refactor & Document Wall clock.
Fernando Sahmkow
2020-06-18
5
-49
/
+49
|
*
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
7
-0
/
+348
|
*
Tests: Add base tests to host timing
Fernando Sahmkow
2020-06-18
1
-2
/
+2
|
*
Common: Polish Fiber class, add comments, asserts and more tests.
Fernando Sahmkow
2020-06-18
4
-24
/
+53
|
*
Tests: Add tests for fibers and refactor/fix Fiber class
Fernando Sahmkow
2020-06-18
2
-19
/
+32
|
*
Common: Implement a basic Fiber class.
Fernando Sahmkow
2020-06-18
3
-0
/
+204
|
*
Common: Implement a basic SpinLock class
Fernando Sahmkow
2020-06-18
3
-0
/
+68
*
|
common/telemetry: Add AVX512 to telemetry
Morph
2020-06-20
1
-0
/
+1
*
|
common/cpu_detect: Add AVX512 detection
Morph
2020-06-20
2
-0
/
+6
|
/
*
Merge pull request #4086 from MerryMage/abi
bunnei
2020-06-17
1
-66
/
+29
|
\
|
*
xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate...
MerryMage
2020-06-15
1
-17
/
+19
|
*
xbyak_abi: Register indexes should be unsigned
MerryMage
2020-06-15
1
-11
/
+12
|
*
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
2020-06-15
1
-36
/
+0
|
*
xbyak_abi: Fix ABI_PushRegistersAndAdjustStack
MerryMage
2020-06-15
1
-6
/
+2
*
|
gl_arb_decompiler: Implement an assembly shader decompiler
ReinUsesLisp
2020-06-11
1
-0
/
+2
|
/
*
Add xbyak external
David Marcec
2020-05-30
3
-1
/
+316
*
Fix macOS code and change "Swapfile" to "Swap"
Morph
2020-05-27
1
-2
/
+5
[prev]
[next]