mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
plgldr: Fix loading of plugins due to typo
This commit is contained in:
parent
fd2fa5a1bb
commit
50f8e3f3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ SERIALIZE_IMPL(PLG_LDR)
|
|||
|
||||
void PLG_LDR::OnProcessRun(Kernel::Process& process, Kernel::KernelSystem& kernel) {
|
||||
constexpr u32 TITLE_ID_APP_MASK = 0xFFFFFFED;
|
||||
constexpr u32 TITLE_ID_APP_VALUE = 0x04000000;
|
||||
constexpr u32 TITLE_ID_APP_VALUE = 0x00040000;
|
||||
if (!plgldr_context.is_enabled || plgldr_context.plugin_loaded ||
|
||||
(static_cast<u32>(process.codeset->program_id >> 32) & TITLE_ID_APP_MASK) !=
|
||||
TITLE_ID_APP_VALUE) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue