Zach Hilman
8d904c20be
pl_u: Fix mismatched rebase size error in font encryption
2019-10-13 13:46:27 -04:00
Zach Hilman
1dcc71fc9c
pl_u: Use kernel physical memory
2019-10-13 13:46:27 -04:00
Zach Hilman
d37be63099
pl_u: Use OSS system archives if real archives don't exist
2019-10-13 13:46:27 -04:00
Zach Hilman
612b086bd4
system_archive: Synthesize shared fonts system archives
2019-10-13 13:46:10 -04:00
Zach Hilman
cd8c6a4afd
externals: Move OSS font data to file_sys in core
2019-10-13 13:46:10 -04:00
David Marcec
f35665aa28
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
...
This reverts commit 66d80be727
, reversing
changes made to 43decd1681
.
2019-09-22 17:47:25 +10:00
Zach Hilman
949a913356
pl_u: Use kernel physical memory
2019-09-21 23:00:22 -04:00
Zach Hilman
977d27ed15
pl_u: Use OSS system archives if real archives don't exist
2019-09-21 21:50:41 -04:00
Zach Hilman
f005898fb4
system_archive: Synthesize shared fonts system archives
2019-09-21 19:21:58 -04:00
Zach Hilman
896045aa4f
externals: Move OSS font data to file_sys in core
2019-09-21 19:21:22 -04:00
Zach Hilman
f458590c85
system_archive: Add open-source reimplementation of MiiModel data
2019-07-10 07:21:36 -04:00
Zach Hilman
03c5d788da
set_sys: Use official nintendo version string
2019-03-10 19:54:13 -04:00
Zach Hilman
d741f8ee90
system_version: Correct sizes on VectorVfsFile construction
2019-03-10 19:16:17 -04:00
Zach Hilman
d9ef55ed76
set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
...
Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
2019-03-10 16:51:42 -04:00
Zach Hilman
1f604f5be3
system_archive: Implement open source NgWord2
2018-12-06 10:17:50 -05:00
Lioncash
4d5bca8e2d
ng_word: Deduplicate use of a constant value
...
We've already given the constant to the vector itself, so we don't need
to re-hardcode it in the array.
2018-12-05 02:36:45 -05:00
Lioncash
79627baf05
system_archive: Use a regular function pointer instead of std::function for file-scope system archive array
...
This allows the array to be constexpr. std::function is also allowed to
allocate memory, which makes its constructor non-trivial, we definitely
don't want to have all of these execute at runtime, taking up time
before the application can actually load.
2018-12-05 02:33:17 -05:00
Zach Hilman
de323f7dc6
file_sys: Implement system archive synthesizer for NgWord (806)
2018-11-22 21:39:10 -05:00
Zach Hilman
f1104a4be5
file_sys: Add framework for synthesizing open source archives
2018-11-15 22:34:35 -05:00