Search results

  1. L

    GP32 Dynamic Linking Libraries Support.

    Hello, I would like to ask if there is some DLL (dynamic linking library) support in GP32. My target is putting LIBZ and LIBBZIP2 outside my emulator. I don't need both libraries to be available at the same time, so I was thinking to load them at runtime and free some memory. I tried to search...
  2. L

    Help For Flushing Arm Caches

    Hello everyone, after a suggestion, I rewrote here my help request. Into the dynamic recompiler of my emulator I need to flush the instruction cache and write back the data cache. Infact, I must do it every time I recompile a block, otherwise I can get wrong results. I wrote a small code for...
  3. L

    GP32 Help For Flushing Arm Caches

    Hello everyone, I'm writing here because I need some help. Into the dynamic recompiler of my emulator I need to flush the instruction cache and write back the data cache. Infact, I must do it every time I recompile a block, otherwise I can get wrong results. I wrote a small code for it; it runs...
Back
Top