index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
1
-1
/
+1
*
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
2
-0
/
+71
*
tests: add missing header
Alexandre Bouvier
2022-12-26
1
-0
/
+1
*
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
1
-3
/
+75
*
tests: Add ScratchBuffer tests
ameerj
2022-12-19
2
-0
/
+128
*
CMake: Consolidate common PCH headers
ameerj
2022-11-30
1
-7
/
+1
*
CMake: Use precompiled headers
ameerj
2022-11-29
2
-0
/
+17
*
tests: fix for -Wall
Alexandre Bouvier
2022-10-25
1
-1
/
+1
*
core: Partially persist emulation state across game boots.
bunnei
2022-10-18
1
-3
/
+0
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-3
/
+4
*
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
2022-07-27
1
-3
/
+1
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
4
-9
/
+9
*
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-25
2
-3
/
+3
*
Rework CoreTiming
Kelebek1
2022-07-10
1
-1
/
+4
*
common/fiber: make fibers easier to use
Liam
2022-07-02
1
-88
/
+35
*
Core: Fix tests.
Fernando Sahmkow
2022-06-28
1
-0
/
+3
*
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-06-28
1
-1
/
+0
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-3
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
8
-24
/
+16
*
cmake: make tests optional
Alexandre Bouvier
2022-01-12
1
-1
/
+1
*
[input_common] Add completion test for CalibrationConfigurationJob
vperus
2021-11-29
2
-1
/
+138
*
logging: Simplify and make thread-safe
yzct12345
2021-08-13
1
-0
/
+2
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-22
1
-0
/
+2
*
Buffer Cache: Address Feedback.
Fernando Sahmkow
2021-07-10
1
-1
/
+1
*
Buffer Cache: Fix High Downloads and don't predownload on Extreme.
Fernando Sahmkow
2021-07-09
1
-1
/
+1
*
common: Add unique function
ReinUsesLisp
2021-07-08
2
-0
/
+109
*
common: Replace common_sizes into user-literals
Wunkolo
2021-06-24
1
-1
/
+3
*
tests: Add tests for host memory
ReinUsesLisp
2021-06-11
2
-0
/
+184
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-1
/
+0
*
common: Fiber: use a reference for YieldTo.
bunnei
2021-03-07
1
-14
/
+14
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-05
1
-18
/
+21
*
Merge pull request #6006 from bunnei/fiber-unique-ptr
bunnei
2021-03-04
1
-21
/
+18
|
\
|
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
1
-21
/
+18
*
|
[network] Error handling reform
comex
2021-02-28
2
-0
/
+29
|
/
*
common/cityhash: Use common types
ReinUsesLisp
2021-02-18
1
-2
/
+2
*
tests: Add tests for CityHash
ReinUsesLisp
2021-02-18
2
-0
/
+23
*
tests/buffer_base: Add cached CPU writes tests
ReinUsesLisp
2021-02-13
1
-0
/
+76
*
ring_buffer: Remove granularity template argument
MerryMage
2021-02-06
1
-5
/
+5
*
Merge pull request #5262 from ReinUsesLisp/buffer-base
Rodrigo Locatti
2021-01-16
2
-0
/
+474
|
\
|
*
tests: Add unit tests for the GPU range tracking buffer container
ReinUsesLisp
2021-01-13
2
-0
/
+474
*
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
2
-24
/
+0
|
/
*
tests/ring_buffer: Silence signed/unsigned mismatch warnings
ReinUsesLisp
2021-01-08
1
-15
/
+15
*
general: Fix various spelling errors
Morph
2021-01-02
1
-2
/
+2
*
memory: Remove MemoryHook
MerryMage
2021-01-01
3
-240
/
+0
*
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
2
-56
/
+0
*
tests: Fix warning about comparison between signed and unsigned
comex
2020-11-27
1
-2
/
+2
*
tests: Fix data race in fibers test
ReinUsesLisp
2020-10-28
1
-31
/
+40
*
tests/core_timing: Remove pragma optimize(off)
Lioncash
2020-08-03
1
-9
/
+5
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-27
1
-2
/
+2
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
1
-6
/
+8
[next]