fiddle about a bit

This commit is contained in:
2025-04-18 19:19:50 +03:00
parent 09d5020494
commit e064818c9d
5 changed files with 29 additions and 26 deletions

View File

@@ -15,6 +15,7 @@ enum HiModuleState {
typedef struct {
const char *name; // Filename if found
void *dlhandle;
uptr address;
u8 state;
} HiModuleData;