index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
hex_util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hex_util: Fix incorrect array size in AsArray
Morph
2021-08-05
1
-1
/
+1
*
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-06-23
1
-1
/
+2
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-5
/
+5
*
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-15
1
-6
/
+6
*
partition_data_manager: Make data arrays constexpr
Lioncash
2020-08-06
1
-6
/
+23
*
common/hex_util: Reserve std::string memory ahead of time
Lioncash
2019-06-12
1
-0
/
+5
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-4
/
+7
*
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
1
-1
/
+1
*
hex_util: Add HexVectorToString and HexStringToVector
Zach Hilman
2018-10-04
1
-0
/
+5
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-6
/
+6
*
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-16
1
-0
/
+4
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-12
1
-0
/
+2
*
common: Move hex string processing to separate file
Zach Hilman
2018-08-12
1
-0
/
+35