summaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libretro.c b/libretro.c
index f1be558..5f2f0f7 100644
--- a/libretro.c
+++ b/libretro.c
@@ -193,6 +193,8 @@ void retro_init(void)
if (__ctr_svchax && !translation_caches_inited)
{
uint32_t currentHandle;
+ check_rosalina();
+
rom_translation_cache_ptr = memalign(0x1000, ROM_TRANSLATION_CACHE_SIZE);
ram_translation_cache_ptr = memalign(0x1000, RAM_TRANSLATION_CACHE_SIZE);
bios_translation_cache_ptr = memalign(0x1000, BIOS_TRANSLATION_CACHE_SIZE);