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/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
*
main: Log host system memory parameters
Morph
2020-05-17
3
-0
/
+81
*
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2020-05-12
2
-3
/
+4
*
common: Add module to get the current time zone.
bunnei
2020-05-11
3
-0
/
+68
*
Replace externals with Conan (#3735)
James Rowe
2020-05-08
1
-2
/
+2
*
acc: Return a unique value per account for GetAccountId
David Marcec
2020-04-29
1
-0
/
+5
*
Fix -Werror=conversion error.
Markus Wick
2020-04-24
1
-1
/
+1
*
Merge pull request #3630 from benru/open-windows-network-files
bunnei
2020-04-17
1
-1
/
+8
|
\
|
*
common/file_util: Allow access to files on network shares
Ben Russell
2020-04-09
1
-1
/
+8
*
|
Merge pull request #3672 from lioncash/null
Fernando Sahmkow
2020-04-17
2
-9
/
+33
|
\
\
|
*
|
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
Lioncash
2020-04-15
2
-9
/
+33
*
|
|
common: page_table: Update to use VirtualBuffer and simplify.
bunnei
2020-04-17
2
-53
/
+18
*
|
|
common: Add VirtualBuffer class, to abstract memory virtualization.
bunnei
2020-04-17
3
-0
/
+112
*
|
|
common: scope_exit: Implement mechanism for canceling a scope exit.
bunnei
2020-04-17
1
-1
/
+8
*
|
|
common: alignment: Add a helper function for generic alignment checking.
bunnei
2020-04-17
1
-0
/
+7
*
|
|
common: common_funcs: Add a macro for defining enum flag operators.
bunnei
2020-04-17
1
-0
/
+32
|
/
/
*
|
Merge pull request #3594 from ReinUsesLisp/vk-instance
bunnei
2020-04-10
3
-0
/
+183
|
\
\
|
|
/
|
/
|
|
*
common/dynamic_library: Import and adapt helper from Dolphin
ReinUsesLisp
2020-04-07
3
-0
/
+183
*
|
common: Port some changes from dolphin (#5127)
Vitor K
2020-04-01
2
-15
/
+16
|
/
*
Merge pull request #3508 from FernandoS27/page-table
bunnei
2020-03-14
2
-3
/
+24
|
\
|
*
PageTable: move backing addresses to a children class as the CPU page table d...
Fernando Sahmkow
2020-03-14
2
-3
/
+24
*
|
shader/transform_feedback: Add host API friendly TFB builder
ReinUsesLisp
2020-03-13
1
-0
/
+2
*
|
video_core: Rename "const buffer locker" to "registry"
ReinUsesLisp
2020-03-09
1
-2
/
+2
*
|
gl_shader_cache: Rework shader cache and remove post-specializations
ReinUsesLisp
2020-03-09
1
-2
/
+0
|
/
*
common/math_util: Support float type rectangles
ReinUsesLisp
2020-02-28
1
-2
/
+14
*
Merge pull request #3326 from FearlessTobi/port-5039
bunnei
2020-01-24
4
-36
/
+23
|
\
|
*
common/logging: don't use regex for path trimming
BreadFish64
2020-01-23
4
-36
/
+23
*
|
Address second part of review comments
FearlessTobi
2020-01-23
1
-1
/
+1
*
|
Input: UDP Client to provide motion and touch controls
fearlessTobi
2020-01-23
1
-0
/
+9
|
/
*
Remove unused CPU Vendor string and telemtry field
James Rowe
2020-01-17
3
-114
/
+0
[prev]
[next]