mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-09-07 00:34:34 +02:00
PC_BUILD can go now
This commit is contained in:
@@ -3618,7 +3618,7 @@ void flush_translation_cache_ram(void)
|
||||
flush_ram_count, reg[REG_PC], iwram_code_min, iwram_code_max,
|
||||
ewram_code_min, ewram_code_max); */
|
||||
|
||||
#ifndef PC_BUILD
|
||||
#if defined(ARM_ARCH) || defined(MIPS_ARCH)
|
||||
invalidate_icache_region(ram_translation_cache,
|
||||
(ram_translation_ptr - ram_translation_cache) + 0x100);
|
||||
#endif
|
||||
@@ -3675,7 +3675,7 @@ void flush_translation_cache_ram(void)
|
||||
|
||||
void flush_translation_cache_rom(void)
|
||||
{
|
||||
#ifndef PC_BUILD
|
||||
#if defined(ARM_ARCH) || defined(MIPS_ARCH)
|
||||
invalidate_icache_region(rom_translation_cache,
|
||||
rom_translation_ptr - rom_translation_cache + 0x100);
|
||||
#endif
|
||||
@@ -3689,7 +3689,7 @@ void flush_translation_cache_rom(void)
|
||||
|
||||
void flush_translation_cache_bios(void)
|
||||
{
|
||||
#ifndef PC_BUILD
|
||||
#if defined(ARM_ARCH) || defined(MIPS_ARCH)
|
||||
invalidate_icache_region(bios_translation_cache,
|
||||
bios_translation_ptr - bios_translation_cache + 0x100);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user