mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 05:00:08 +02:00
* Improve StoreToContext emission Hoist StoreToContext in dynamic branch fast & slow paths out into their predecessor. Reduces register pressure, code size and compile time because we're throwing less stuff down the pipeline. * Set PTC internal version * Turn EmitDynamicTableCall private * Re-trigger CI