index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-30
Add xbyak external
David Marcec
3
-1
/
+316
2020-05-27
Fix macOS code and change "Swapfile" to "Swap"
Morph
1
-2
/
+5
2020-05-17
main: Log host system memory parameters
Morph
3
-0
/
+81
2020-05-12
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2
-3
/
+4
2020-05-11
common: Add module to get the current time zone.
bunnei
3
-0
/
+68
2020-05-08
Replace externals with Conan (#3735)
James Rowe
1
-2
/
+2
2020-04-29
acc: Return a unique value per account for GetAccountId
David Marcec
1
-0
/
+5
2020-04-24
Fix -Werror=conversion error.
Markus Wick
1
-1
/
+1
2020-04-17
common: page_table: Update to use VirtualBuffer and simplify.
bunnei
2
-53
/
+18
2020-04-17
common: Add VirtualBuffer class, to abstract memory virtualization.
bunnei
3
-0
/
+112
2020-04-17
common: scope_exit: Implement mechanism for canceling a scope exit.
bunnei
1
-1
/
+8
2020-04-17
common: alignment: Add a helper function for generic alignment checking.
bunnei
1
-0
/
+7
2020-04-17
common: common_funcs: Add a macro for defining enum flag operators.
bunnei
1
-0
/
+32
2020-04-15
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
Lioncash
2
-9
/
+33
2020-04-09
common/file_util: Allow access to files on network shares
Ben Russell
1
-1
/
+8
2020-04-07
common/dynamic_library: Import and adapt helper from Dolphin
ReinUsesLisp
3
-0
/
+183
2020-04-01
common: Port some changes from dolphin (#5127)
Vitor K
2
-15
/
+16
2020-03-14
PageTable: move backing addresses to a children class as the CPU page table d...
Fernando Sahmkow
2
-3
/
+24
2020-03-13
shader/transform_feedback: Add host API friendly TFB builder
ReinUsesLisp
1
-0
/
+2
2020-03-09
video_core: Rename "const buffer locker" to "registry"
ReinUsesLisp
1
-2
/
+2
2020-03-09
gl_shader_cache: Rework shader cache and remove post-specializations
ReinUsesLisp
1
-2
/
+0
2020-02-28
common/math_util: Support float type rectangles
ReinUsesLisp
1
-2
/
+14
2020-01-23
common/logging: don't use regex for path trimming
BreadFish64
4
-36
/
+23
2020-01-23
Address second part of review comments
FearlessTobi
1
-1
/
+1
2020-01-23
Input: UDP Client to provide motion and touch controls
fearlessTobi
1
-0
/
+9
2020-01-17
Remove unused CPU Vendor string and telemtry field
James Rowe
3
-114
/
+0
2020-01-16
Fix git version in scm_rev.cpp
James Rowe
1
-0
/
+5
2019-12-16
common: SPSCQueue: Notify after incrementing queue size.
bunnei
1
-2
/
+9
2019-11-23
fix clang-format and lambda capture
Weiyi Wang
1
-1
/
+2
2019-11-23
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
1
-2
/
+2
2019-11-16
Revert "common/bit_field: Silence sign-conversion warnings"
Rodrigo Locatti
1
-3
/
+2
2019-11-15
common/logging: Silence no return value warnings
ReinUsesLisp
1
-2
/
+6
2019-11-15
common/bit_field: Silence sign-conversion warnings
Lioncash
1
-2
/
+3
2019-11-14
common_funcs: Remove semicolons from INSERT_PADDING_* macros
Lioncash
1
-4
/
+6
2019-11-13
common/hash: Remove unused HashableStruct
Lioncash
1
-35
/
+0
2019-11-13
common_funcs: silence sign-conversion warnings in MakeMagic()
Lioncash
1
-1
/
+1
2019-11-05
ci: Populate build repository from Azure environment
Zach Hilman
1
-11
/
+2
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2
-12
/
+17
2019-11-03
Revert "common_func: Use std::array for INSERT_PADDING_* macros."
bunnei
1
-3
/
+2
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
1
-2
/
+3
2019-11-03
common/bit_field: Remove FORCE_INLINE calls
Tobias
1
-2
/
+2
2019-10-26
Shader_IR: Address Feedback.
Fernando Sahmkow
1
-1
/
+1
2019-10-25
VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...
Fernando Sahmkow
2
-2
/
+15
2019-10-15
common/algorithm: Add description comment indicating intended algorithms
Lioncash
1
-0
/
+5
2019-10-15
common: Rename binary_find.h to algorithm.h
Lioncash
2
-1
/
+2
2019-10-15
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
1
-0
/
+7
2019-10-06
alignment: Resolve allocator construction issues on debug
Lioncash
1
-0
/
+5
2019-10-06
alignment: Specify trait definitions within the allocator
Lioncash
1
-0
/
+5
2019-10-05
common: Add additional SCM revision fields
Zach Hilman
3
-0
/
+21
2019-10-04
common/file_util: Silence -Wswitch
ReinUsesLisp
1
-1
/
+2
[next]