mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-14 09:01:28 +02:00
Now that the constructor and destructors have been placed within the cpp file, we can forward declare the memory pool data structures. Now, a change to the memory pool code won't ripple across the entirety of the IR emitter.