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
*
Better Title Bar Display
CaptV0rt3x
2018-09-07
3
-5
/
+25
*
common/logging: Amend documentation comments
Lioncash
2018-09-04
2
-6
/
+6
*
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
2018-09-04
1
-1
/
+1
*
common/logging/filter: Make constructor explicit
Lioncash
2018-09-04
1
-1
/
+1
*
Merge pull request #1170 from lioncash/ret
bunnei
2018-08-27
1
-1
/
+1
|
\
|
*
file_util: Correct return value in early exit of ReadFileToString()
Lioncash
2018-08-24
1
-1
/
+1
*
|
hex_util: Replace logic_errors with LOG_CRITICAL
Zach Hilman
2018-08-23
1
-5
/
+17
|
/
*
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
2018-08-21
1
-1
/
+1
*
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-08-21
1
-2
/
+1
*
Merge pull request #1064 from lioncash/telemetry
bunnei
2018-08-20
2
-0
/
+77
|
\
|
*
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-08-14
2
-0
/
+77
*
|
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-15
2
-0
/
+8
*
|
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
5
-0
/
+74
|
\
\
|
*
|
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
1
-0
/
+2
|
*
|
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-11
2
-0
/
+8
|
*
|
common: Move hex string processing to separate file
Zach Hilman
2018-08-11
3
-0
/
+64
*
|
|
Merge pull request #1063 from lioncash/inline
bunnei
2018-08-14
2
-15
/
+11
|
\
\
\
|
*
|
|
common/xbyak_abi: Mark defined functions in header as inline
Lioncash
2018-08-14
1
-7
/
+7
|
*
|
|
common/xbyak: Use nested namespace specifiers where applicable
Lioncash
2018-08-14
2
-8
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1054 from zhaowenlan1779/misc-fixup
bunnei
2018-08-14
1
-1
/
+1
|
\
\
\
|
*
|
|
common/misc: use windows.h
Zhu PengFei
2018-08-14
1
-1
/
+1
*
|
|
|
common: Remove unused old breakpoint source files
Lioncash
2018-08-14
3
-141
/
+0
|
|
/
/
|
/
|
|
*
|
|
logging/backend: Use const reference to refer to log filter
Lioncash
2018-08-13
1
-2
/
+3
*
|
|
thread_queue_list: Make contains() and get_first() const member functions
Lioncash
2018-08-12
1
-4
/
+4
*
|
|
thread_queue_list: Convert typedef to a type alias
Lioncash
2018-08-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #989 from lioncash/log
bunnei
2018-08-09
2
-0
/
+16
|
\
\
|
*
|
common/logging: Add missing service log categories
Lioncash
2018-08-08
2
-0
/
+16
*
|
|
Merge pull request #897 from DarkLordZach/vfs-accuracy-2
bunnei
2018-08-09
2
-5
/
+19
|
\
\
\
|
*
|
|
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
2
-6
/
+9
|
*
|
|
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2018-08-08
2
-5
/
+16
|
|
/
/
*
|
|
Merge pull request #988 from lioncash/color
bunnei
2018-08-09
1
-19
/
+31
|
\
\
\
|
*
|
|
common/color: Remove unnecessary const qualifiers on return types
Lioncash
2018-08-08
1
-7
/
+7
|
*
|
|
common/color: Get rid of undefined behavior
Lioncash
2018-08-08
1
-12
/
+24
|
|
/
/
*
/
/
vector_math: Use variable template version of is_signed in Vec classes
Lioncash
2018-08-08
1
-3
/
+3
|
/
/
*
|
Merge pull request #966 from lioncash/modernize
bunnei
2018-08-08
5
-11
/
+11
|
\
\
|
*
|
common: Convert type traits templates over to variable template versions wher...
Lioncash
2018-08-07
5
-11
/
+11
*
|
|
Merge pull request #968 from lioncash/vec
bunnei
2018-08-08
1
-180
/
+182
|
\
\
\
|
*
|
|
vector_math: Remove unimplemented function prototypes
Lioncash
2018-08-07
1
-23
/
+0
|
*
|
|
vector_math: Make functions constexpr where applicable
Lioncash
2018-08-07
1
-154
/
+179
|
*
|
|
vector_math: Convert typedefs to type aliases
Lioncash
2018-08-07
1
-3
/
+3
|
|
/
/
*
/
/
file_util: Avoid sign-conversions in WriteArray() and ReadArray()
Lioncash
2018-08-07
1
-4
/
+8
|
/
/
*
/
service: Add usb services
Lioncash
2018-08-07
2
-0
/
+2
|
/
*
service: Add arp services
Lioncash
2018-08-04
2
-0
/
+2
*
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
5
-0
/
+20
|
\
|
*
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
3
-0
/
+3
|
*
Use SHGetKnownFolderPath instead of SHGetFolderPathA
Zach Hilman
2018-08-01
1
-3
/
+4
|
*
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
1
-1
/
+1
|
*
Remove files that are not used
Zach Hilman
2018-08-01
4
-0
/
+16
*
|
Merge pull request #898 from lioncash/mig
bunnei
2018-08-03
2
-0
/
+2
|
\
\
|
*
|
service: Add migration services
Lioncash
2018-08-02
2
-0
/
+2
[next]