twn_textures.c: support for .so rodata inference

This commit is contained in:
2024-09-23 12:50:44 +03:00
parent 0ef8a6233f
commit ce582d8a80
8 changed files with 52 additions and 23 deletions

View File

@ -413,7 +413,7 @@ void textures_update_atlas(struct texture_cache *cache) {
}
/* EXPERIMANTAL: LIKELY TO BE REMOVED! */
#if defined(__linux__) && !defined(HOT_RELOAD_SUPPORT) /* use rodata elf section for fast lookups of repeating textures */
#if defined(__linux__) /* use rodata elf section for fast lookups of repeating textures */
#include "system/linux/twn_elf.h"