Updated Difficult to Emulate Games (markdown)

Connor McLaughlin 2021-05-11 20:11:28 +10:00
parent 86c8f1f876
commit 05444a4f68
1 changed files with 10 additions and 0 deletions

@ -53,6 +53,16 @@ TODO: Sort into categories or something... the list ended up being much longer t
***
### Colin McRae Rally 2.0
### TOCA 2 - Touring Car Challenge
- Has self-modifying code which changes the operands of geometry manipulating functions every frame.
- Will cause slowdown on dynarecs which do not efficiently handle this.
- If you're emulating icache incorrectly, it'll also result in stale code executing, since the game
does not flush cache, instead it relies on the old code being evicted implicitly.
***
### Alice in Cyberland
- HUD/UI will flicker during battles if draw and DMA timing is instant