native_active is now folded into parallel_active, so XENIA_NATIVE_THREADS=1 (a) enables kernel.reservations (lwarx/stwcx route through the inter-thread ReservationTable) and (b) sets kernel.parallel_active for the wall-clock vsync/coordination paths. Closes the PPCBUG-108 landmine flagged in the rework pressure-test: native mode runs guest code on multiple host threads concurrently, so the legacy per-PpcContext reservation fallback (which cannot observe cross-thread stores) is incorrect. Previously pure-native (no --parallel) left the table disabled — silently wrong in release, debug_assert in debug. Gate GREEN 3/3 (golden byte-identical, native renders, stress no-deadlock). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>