yuzu-fork/externals
Lioncash 46ba1bc40f externals: Place font data within cpp files
This places the font data within cpp files, which mitigates the
possibility of the font data being duplicated within the binary if it's
referred to in more than one translation unit in the future. It also
stores the data within a std::array, which is more flexible when it
comes to operating with the standard library.

Furthermore, it makes the data arrays const. This is what we want, as it
allows the compiler to store the data within the read-only segment. As
it is, having several large sections of mutable data like this just
leaves spots in memory that we can accidentally write to (via accidental
overruns, what have you) and actually have it work. This ensures the
font data remains the same no matter what.
2018-09-11 04:25:33 -04:00
..
boost@0b920df1c9 externals/boost: Update to 1.68.0 2018-08-22 17:15:44 -04:00
catch@15cf3caace externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
cmake-modules Improve directory creation in WindowsCopyFiles.cmake 2018-06-24 21:27:00 +02:00
cubeb@12b78c0edf externals: Add cubeb for audio output. 2018-07-30 18:44:16 -04:00
dynarmic@959446573f externals: Update dynarmic to 9594465 2018-09-07 22:16:50 +01:00
fmt@62010520ed externals: Update fmt to 6201052 2018-08-22 17:32:53 -04:00
getopt CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
glad externals: Update glad to 0.1.26 2018-08-07 02:24:34 -04:00
inih CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
lz4@4db65c1d99 fix macos build 2018-01-08 19:20:10 -05:00
mbedtls@d409b75a4c externals/mbedtls: Update to mbedtls v2.12.0 2018-08-07 19:22:49 -04:00
microprofile Fix some warnings 2018-01-15 16:24:29 +01:00
open_source_archives externals: Place font data within cpp files 2018-09-11 04:25:33 -04:00
opus@b2871922a1 Implemented various hwopus functions (#853) 2018-07-30 15:42:20 -07:00
unicorn@73f4573535 Build: Add unicorn as a submodule and build it if needed 2018-01-16 01:15:52 -07:00
xbyak@1de435ed04 Externals: Update xbyak 2018-09-08 16:53:52 -06:00
CMakeLists.txt Use open-source shared fonts if no dumped file is available (#1269) 2018-09-10 21:31:01 -04:00