Add toolbar button and Action menu item to toggle forcing the recompiler to interpret blocks, should help with some slowdowns (tested to help with Daggerfall on both recompilers and Legend of Hero III on new recompiler).

This commit is contained in:
OBattler
2025-12-05 14:18:17 +01:00
parent 7369cbc134
commit 3feb0f135d
31 changed files with 331 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ extern void ui_sb_set_text(char *str);
extern void ui_sb_bugui(char *str);
extern void ui_sb_mt32lcd(char *str);
extern void ui_update_force_interpreter(void);
#ifdef __cplusplus
}
#endif