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
*
Merge pull request #367 from lioncash/clamp
bunnei
2018-04-20
1
-5
/
+0
|
\
|
*
math_util: Remove the Clamp() function
Lioncash
2018-04-20
1
-5
/
+0
*
|
Merge pull request #361 from lioncash/common
bunnei
2018-04-20
1
-18
/
+12
|
\
\
|
*
|
common_types: Convert typedefs to using aliases
Lioncash
2018-04-19
1
-12
/
+12
|
*
|
common_types: Remove unnecessary check for whether or not__func__ is defined
Lioncash
2018-04-19
1
-6
/
+0
|
|
/
*
|
Merge pull request #364 from lioncash/thread-local
bunnei
2018-04-20
1
-19
/
+0
|
\
\
|
*
|
common/thread: Remove unnecessary feature checking for thread_local
Lioncash
2018-04-19
1
-19
/
+0
|
|
/
*
|
Merge pull request #362 from lioncash/snprintf
bunnei
2018-04-20
1
-5
/
+0
|
\
\
|
*
|
common_funcs: Remove check for VS versions that we don't even support
Lioncash
2018-04-19
1
-5
/
+0
|
|
/
*
|
Merge pull request #363 from lioncash/array-size
bunnei
2018-04-20
1
-2
/
+0
|
\
\
|
*
|
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
1
-2
/
+0
|
|
/
*
|
Merge pull request #366 from lioncash/vec
bunnei
2018-04-20
1
-30
/
+0
|
\
\
|
*
|
vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]
Lioncash
2018-04-19
1
-30
/
+0
|
|
/
*
/
common: Remove code_block.h
Lioncash
2018-04-19
2
-86
/
+0
|
/
*
bit_field: Remove is_pod check, add is_trivially_copyable_v.
bunnei
2018-04-17
1
-6
/
+1
*
common: Port cityhash code from Citra.
bunnei
2018-04-13
5
-147
/
+502
*
bit_field: Make all methods constexpr.
bunnei
2018-04-13
1
-5
/
+5
*
Update fmtlib to fix msvc warnings
James Rowe
2018-04-05
2
-5
/
+8
*
logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC
Daniel Lim Wee Soong
2018-04-03
2
-5
/
+11
*
Merge pull request #262 from daniellimws/fmtlib-macros
bunnei
2018-04-02
10
-67
/
+111
|
\
|
*
Remove dependency chrono
Daniel Lim Wee Soong
2018-03-22
1
-1
/
+0
|
*
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
2018-03-22
10
-67
/
+112
*
|
Merge pull request #276 from N00byKing/acctoyuzu
bunnei
2018-04-02
1
-1
/
+1
|
\
\
|
*
|
telemetry.h: Reword comment from citra to yuzu
N00byKing
2018-03-27
1
-1
/
+1
*
|
|
common: fix swap functions on Bitrig and OpenBSD
Daniel Lim Wee Soong
2018-04-03
1
-1
/
+13
*
|
|
service: Add NFP module interface.
bunnei
2018-03-29
2
-0
/
+2
|
/
/
*
|
log.h: Change comment from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
*
|
file_util.h: Update Comment from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
*
|
cpu_detect.cpp: Change comment from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
*
|
Service/SSL: add ssl service
mailwl
2018-03-23
2
-0
/
+2
*
|
Service/spl: add module and services
mailwl
2018-03-22
2
-0
/
+2
*
|
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
N00byKing
2018-03-21
2
-35
/
+0
*
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
2
-0
/
+2
|
/
*
Merge pull request #206 from mailwl/aoc-listaddoncontent
bunnei
2018-02-20
2
-0
/
+2
|
\
|
*
Service/AOC: stub ListAddOnContent function
mailwl
2018-02-20
2
-0
/
+2
*
|
logging: Add category for Friend service.
bunnei
2018-02-19
2
-0
/
+2
|
/
*
log: Add logging category for NS services.
bunnei
2018-02-14
2
-0
/
+2
*
logger: Add Time service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add SET service logging category.
bunnei
2018-02-04
2
-15
/
+11
*
logger: Add PCTL service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add LM service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add APM service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add NIFM service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add VI service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add AM service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
logger: Add "account" service logging category.
bunnei
2018-02-04
2
-0
/
+2
*
audout:u OpenAudioOut and IAudioOut (#138)
st4rk
2018-01-24
2
-0
/
+2
*
logging: add missing NVDRV subclass to macro list
Rozlette
2018-01-23
1
-0
/
+1
*
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
1
-0
/
+1
*
Fix spelling error in CMakeLists
Matthew Brener
2018-01-21
1
-1
/
+1
[next]