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
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-08-03
2
-0
/
+33
*
Merge pull request #4263 from lat9nq/fix-screencaps-2
David
2020-08-03
3
-0
/
+3
|
\
|
*
common: Add a screenshots directory
lat9nq
2020-07-20
3
-0
/
+3
*
|
Merge pull request #4415 from lioncash/maybe
bunnei
2020-07-25
1
-1
/
+1
|
\
\
|
*
|
virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]
Lioncash
2020-07-25
1
-1
/
+1
|
|
/
*
/
common/string_util: Remove unimplemented function prototype (#4414)
LC
2020-07-25
1
-12
/
+0
|
/
*
alignment: explicitly include <new> after 723edb4c0659
Jan Beich
2020-07-18
1
-0
/
+1
*
alignment: Simplify AlignmentAllocator implementation
Lioncash
2020-07-17
1
-43
/
+4
*
common/swap: Make use of std::endian
Lioncash
2020-07-14
1
-42
/
+4
*
common/alignment: Fix compilation errors (#4303)
Tobias
2020-07-12
1
-1
/
+3
*
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
[next]