fixup! fix: made suggested changes to add a playdate subtarget, updated help text and reduce required build flags for playdate to just the subtarget, no-movt and cortex-m7 added to default on playdate subtarget flag.

This commit is contained in:
MauriceElliott
2026-07-01 21:21:02 +01:00
parent 56cee0c2cf
commit adc50a1184

View File

@@ -1074,8 +1074,6 @@ gb_internal bool is_arch_wasm(void) {
return false;
}
gb_internal bool is_arch_x86(void) {
switch (build_context.metrics.arch) {
case TargetArch_i386: