mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 13:36:57 +00:00
Replace yuzu identifiers with citron
Update magic numbers and default identifiers across codebase: - UUID default value - Thread magic number - Amiibo name - Vulkan cache magic number - Shader cache magic number
This commit is contained in:
parent
6e16a8db1c
commit
d4ad55ed21
5 changed files with 5 additions and 5 deletions
|
|
@ -656,7 +656,7 @@ public:
|
|||
void* native_context{};
|
||||
std::atomic<u32> lock{1};
|
||||
bool is_running{};
|
||||
u32 magic{Common::MakeMagic('Y', 'U', 'Z', 'U')};
|
||||
u32 magic{Common::MakeMagic('C', 'I', 'T', 'R')};
|
||||
};
|
||||
|
||||
NativeExecutionParameters& GetNativeExecutionParameters() {
|
||||
|
|
|
|||
|
|
@ -1494,7 +1494,7 @@ void NfcDevice::BuildAmiiboWithoutKeys(NFP::NTAG215File& stubbed_tag_data,
|
|||
settings.write_date = GetAmiiboDate(GetCurrentPosixTime());
|
||||
|
||||
// Register info
|
||||
SetAmiiboName(settings, {'y', 'u', 'z', 'u', 'A', 'm', 'i', 'i', 'b', 'o'});
|
||||
SetAmiiboName(settings, {'c', 'i', 't', 'r', 'A', 'm', 'i', 'i', 'b', 'o'});
|
||||
settings.settings.font_region.Assign(0);
|
||||
settings.init_date = GetAmiiboDate(GetCurrentPosixTime());
|
||||
store_data.BuildBase(Mii::Gender::Male);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue