mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-30 02:10:59 +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.