Morph
7588defe84
hle: api_version: Add HLE API version constants
5 years ago
Morph
ccccbf7334
system_version: Update to 11.0.1
5 years ago
Morph
05cedc499b
system_archive: Update NgWord archive version
5 years ago
Morph
f36865a3f4
system_archive: Add + and - buttons to the Nintendo Extended OSS font
5 years ago
Morph
8cd0b60587
system_archive: Update Nintendo Extended OSS font
Co-authored-by: Its-Rei <kupfel@gmail.com>
5 years ago
Chloe Marcec
6d887d0d92
system_version: Update to 11.0.0
5 years ago
Lioncash
42c79b8507
vfs_vector: Make creation of array vfs files less verbose
We can add a helper function to make creation of these files nicer.
While we're at it, we can eliminate an unnecessary std::array copy in
the constructor. This makes the overhead on some of these functions way
less intensive, given some arrays were quite large.
e.g. The timezone location names are 9633 bytes in size.
6 years ago
Lioncash
607a02edda
time_zone_binary: Make use of designated initializers
6 years ago
MerryMage
b8983782ca
mii_model: Remove redundant std::move
Named return value optimization automatically applies here.
6 years ago
MerryMage
042bb8824b
shared_font: Service::NS::EncryptSharedFont takes a size_t&
6 years ago
David Marcec
d50dd8f7a0
file_sys: Update SystemVersion archive to version 10.0.2
6 years ago
bunnei
72a8ed19c3
Revert "system_archive: Fix Korean and Chinese fonts"
6 years ago
FearlessTobi
40c05f9028
Disable clang-format for font files
6 years ago
FearlessTobi
6df85b466d
system_archive: Fix Chinese font
Adds the proper OSS font for the Chinese language.
6 years ago
FearlessTobi
4be062de19
system_archive: Fix Korean font
Fixes Korean fonts when using Open-source system archives.
6 years ago
bunnei
756c19b448
system_archive: Add a basic HLE implementation for time zone binary.
6 years ago
Zach Hilman
8d904c20be
pl_u: Fix mismatched rebase size error in font encryption
7 years ago
Zach Hilman
1dcc71fc9c
pl_u: Use kernel physical memory
7 years ago
Zach Hilman
d37be63099
pl_u: Use OSS system archives if real archives don't exist
7 years ago
Zach Hilman
612b086bd4
system_archive: Synthesize shared fonts system archives
7 years ago
Zach Hilman
cd8c6a4afd
externals: Move OSS font data to file_sys in core
7 years ago
David Marcec
f35665aa28
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit 66d80be727 , reversing
changes made to 43decd1681 .
7 years ago
Zach Hilman
949a913356
pl_u: Use kernel physical memory
7 years ago
Zach Hilman
977d27ed15
pl_u: Use OSS system archives if real archives don't exist
7 years ago
Zach Hilman
f005898fb4
system_archive: Synthesize shared fonts system archives
7 years ago
Zach Hilman
896045aa4f
externals: Move OSS font data to file_sys in core
7 years ago
Zach Hilman
f458590c85
system_archive: Add open-source reimplementation of MiiModel data
7 years ago
Zach Hilman
03c5d788da
set_sys: Use official nintendo version string
7 years ago
Zach Hilman
d741f8ee90
system_version: Correct sizes on VectorVfsFile construction
7 years ago
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
7 years ago
Zach Hilman
1f604f5be3
system_archive: Implement open source NgWord2
7 years ago
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.
7 years ago
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.
7 years ago
Zach Hilman
de323f7dc6
file_sys: Implement system archive synthesizer for NgWord (806)
7 years ago
Zach Hilman
f1104a4be5
file_sys: Add framework for synthesizing open source archives
8 years ago