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
2018-10-06
Remove "#" in the version number
fearlessTobi
1
-1
/
+1
2018-10-06
citra_qt/configuration: misc input tab improvements
zhupengfei
2
-1
/
+19
2018-10-04
text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
Lioncash
1
-1
/
+1
2018-10-04
ips_layer: Deduplicate resource usage
Zach Hilman
2
-2
/
+2
2018-10-04
hex_util: Add HexVectorToString and HexStringToVector
Zach Hilman
2
-0
/
+24
2018-10-02
string_util: unify UTF8<->UTF16 conversion to codecvt
Weiyi Wang
1
-109
/
+6
2018-10-02
string_util: remove TString conversion for windows
Weiyi Wang
2
-19
/
+1
2018-10-02
string_util: remove ShiftJIS/CP1252 conversion function
Weiyi Wang
2
-22
/
+0
2018-10-02
Review comments - part 5
fearlessTobi
1
-0
/
+1
2018-10-02
Address a bunch of review comments
fearlessTobi
1
-1
/
+1
2018-10-02
Port web_service from Citra
fearlessTobi
4
-0
/
+107
2018-09-23
Stubbed IRS (#1349)
David
2
-0
/
+2
2018-09-22
common/thread: remove YieldCPU()
Weiyi Wang
1
-8
/
+0
2018-09-21
common_paths: Add Load and Dump dirs
Zach Hilman
3
-0
/
+6
2018-09-18
ring_buffer: Use std::atomic_size_t in a static assert
Lioncash
1
-1
/
+1
2018-09-18
ring_buffer: Use std::hardware_destructive_interference_size to determine ali...
Lioncash
1
-2
/
+10
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
23
-135
/
+140
2018-09-08
common: Implement a ring buffer
MerryMage
2
-0
/
+112
2018-09-07
Better Title Bar Display
CaptV0rt3x
3
-5
/
+25
2018-09-04
common/logging: Amend documentation comments
Lioncash
2
-6
/
+6
2018-09-04
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
1
-1
/
+1
2018-09-04
common/logging/filter: Make constructor explicit
Lioncash
1
-1
/
+1
2018-08-24
file_util: Correct return value in early exit of ReadFileToString()
Lioncash
1
-1
/
+1
2018-08-23
hex_util: Replace logic_errors with LOG_CRITICAL
Zach Hilman
1
-5
/
+17
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
1
-1
/
+1
2018-08-21
bit_field: Convert ToBool() into explicit operator bool
Lioncash
1
-2
/
+1
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2
-0
/
+8
2018-08-14
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2
-0
/
+77
2018-08-14
common/xbyak_abi: Mark defined functions in header as inline
Lioncash
1
-7
/
+7
2018-08-14
common/xbyak: Use nested namespace specifiers where applicable
Lioncash
2
-8
/
+4
2018-08-14
common: Remove unused old breakpoint source files
Lioncash
3
-141
/
+0
2018-08-13
logging/backend: Use const reference to refer to log filter
Lioncash
1
-2
/
+3
2018-08-14
common/misc: use windows.h
Zhu PengFei
1
-1
/
+1
2018-08-12
thread_queue_list: Make contains() and get_first() const member functions
Lioncash
1
-4
/
+4
2018-08-12
thread_queue_list: Convert typedef to a type alias
Lioncash
1
-1
/
+1
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
1
-0
/
+2
2018-08-11
file_util: Add getter for NAND registration directory
Zach Hilman
2
-0
/
+8
2018-08-11
common: Move hex string processing to separate file
Zach Hilman
3
-0
/
+64
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2
-6
/
+9
2018-08-08
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2
-5
/
+16
2018-08-08
common/logging: Add missing service log categories
Lioncash
2
-0
/
+16
2018-08-08
common/color: Remove unnecessary const qualifiers on return types
Lioncash
1
-7
/
+7
2018-08-08
common/color: Get rid of undefined behavior
Lioncash
1
-12
/
+24
2018-08-08
vector_math: Use variable template version of is_signed in Vec classes
Lioncash
1
-3
/
+3
2018-08-07
vector_math: Remove unimplemented function prototypes
Lioncash
1
-23
/
+0
2018-08-07
vector_math: Make functions constexpr where applicable
Lioncash
1
-154
/
+179
2018-08-07
vector_math: Convert typedefs to type aliases
Lioncash
1
-3
/
+3
2018-08-07
common: Convert type traits templates over to variable template versions wher...
Lioncash
5
-11
/
+11
2018-08-07
file_util: Avoid sign-conversions in WriteArray() and ReadArray()
Lioncash
1
-4
/
+8
2018-08-07
service: Add usb services
Lioncash
2
-0
/
+2
[next]