[fs] temporarely disable nca verification #298

Merged
crueter merged 12 commits from disable_nca_verification into master 2025-09-05 00:04:38 +02:00
Member

This adds a passthrough to basically disable nca verification for newer NCAs, this fixes (tested) Pokemon 4.0.0 update and other newer SDK games and updates (as reported on the discord)

This is implemented as toggle that is default enabled, this needs proper implementation in the future.

This adds a passthrough to basically disable nca verification for newer NCAs, this fixes (tested) Pokemon 4.0.0 update and other newer SDK games and updates (as reported on the discord) This is implemented as toggle that is default enabled, this needs proper implementation in the future.
crueter changed title from [fs] temporarely disable nca verification to WIP: [fs] temporarely disable nca verification 2025-08-22 00:05:18 +02:00
Owner

Shouldn't be merged until the workaround is removed imo

Shouldn't be merged until the workaround is removed imo
Maufeat force-pushed disable_nca_verification from 551379c8d5 to 5f01836989 2025-08-28 04:30:19 +02:00 Compare
Maufeat force-pushed disable_nca_verification from 5f01836989 to e2db457a12 2025-08-28 05:03:53 +02:00 Compare
Maufeat changed title from WIP: [fs] temporarely disable nca verification to [fs] temporarely disable nca verification 2025-08-28 05:05:20 +02:00
Lizzie reviewed 2025-08-28 05:32:27 +02:00
@ -0,0 +8,4 @@
namespace FileSys {
namespace {
s32 Log2(s32 value) {
Member

use std::log2

use std::log2
Author
Member

done

done
Maufeat marked this conversation as resolved
Maufeat force-pushed disable_nca_verification from b39baa6199 to a83555e6a8 2025-08-30 12:47:15 +02:00 Compare
Owner

This is good to merge pending conflicts

This is good to merge pending conflicts
crueter force-pushed disable_nca_verification from 689e934e1d to 6a03c22b08 2025-09-04 16:57:59 +02:00 Compare
crueter added 3 commits 2025-09-04 18:39:22 +02:00
[android] support NDK r28 for 16kb alignment
All checks were successful
eden-license / license-header (pull_request) Successful in 26s
fab7218bd6
Signed-off-by: crueter <crueter@eden-emu.dev>
[android, desktop] popup on games only; android impl
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
e16765ce15
Signed-off-by: crueter <crueter@eden-emu.dev>
crueter added 1 commit 2025-09-04 18:40:11 +02:00
oops
All checks were successful
eden-license / license-header (pull_request) Successful in 26s
431299e547
Signed-off-by: crueter <crueter@eden-emu.dev>
MaranBr approved these changes 2025-09-04 22:03:46 +02:00
crueter approved these changes 2025-09-05 00:04:33 +02:00
crueter merged commit 718891d11f into master 2025-09-05 00:04:38 +02:00
crueter deleted branch disable_nca_verification 2025-09-05 00:04:38 +02:00
Sign in to join this conversation.
No description provided.