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
*
Fix build and address review feedback
bunnei
2018-07-02
1
-4
/
+4
*
Add configurable logging backends
James Rowe
2018-07-02
5
-18
/
+257
*
Update clang format
James Rowe
2018-07-02
3
-14
/
+11
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
7
-70
/
+70
*
Common/string_util: add StringFromBuffer function
mailwl
2018-06-07
2
-0
/
+6
*
Service/MM: add service and stub some functions
mailwl
2018-06-05
2
-0
/
+2
*
Service/BCAT: add module and services
mailwl
2018-05-28
2
-0
/
+2
*
vector_math: Ensure members are always initialized
Lioncash
2018-05-01
1
-9
/
+9
*
Merge pull request #424 from lioncash/string
bunnei
2018-04-29
4
-91
/
+9
|
\
|
*
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-29
4
-91
/
+9
*
|
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-29
2
-6
/
+6
*
|
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
2018-04-29
1
-2
/
+6
|
/
*
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
2018-04-28
1
-8
/
+0
*
log: Remove old logging macros and functions
Lioncash
2018-04-27
2
-54
/
+1
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
2
-5
/
+6
*
Merge pull request #380 from ogniK5377/service-impl
bunnei
2018-04-27
2
-0
/
+2
|
\
|
*
Switched to NGLOG_WARNING
David Marcec
2018-04-26
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
3
-792
/
+0
|
|
\
|
*
|
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
1
-0
/
+1
|
*
|
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-22
1
-0
/
+1
*
|
|
common: Move logging macros over to new fmt-capable macros where applicable
Lioncash
2018-04-26
4
-67
/
+67
|
|
/
|
/
|
*
|
common: Remove chunk_file.h and linear_disk_cache.h
Lioncash
2018-04-26
3
-792
/
+0
|
/
*
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
[next]