libretro / snes9x2005

Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Other
15 stars 32 forks source link

platform/miyoo: Use optimised build flags #93

Closed jSTE0 closed 2 years ago

jSTE0 commented 2 years ago

Opt-in to FAST_ALIGNED_LSB_WORD_ACCESS optimisation which was actually backported to a standalone fork in m45t3r/snes9x4d@cf6dedb1. Speeds up some CPU and PPU operations.

Similarly, stop unrolling loops as in m45t3r/snes9x4d@8a342cde to help small CPU cache devices like the Miyoo.

jSTE0 commented 2 years ago

@twinaphex hopefully you're the right person who can merge this. The equivalent commit has already been merged to snes9x2002 so it should be fine to merge this. Thanks.

inactive123 commented 2 years ago

@jSTE0 My bad for the delay. Merged now!