summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/gb_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/gb_cpu.h')
-rw-r--r--apps/codecs/libgme/gb_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/gb_cpu.h b/apps/codecs/libgme/gb_cpu.h
index 3a3b1d6101..37b22141d7 100644
--- a/apps/codecs/libgme/gb_cpu.h
+++ b/apps/codecs/libgme/gb_cpu.h
@@ -54,7 +54,7 @@ void Cpu_reset( struct Gb_Cpu* this, void* unmapped );
54 54
55// Maps code memory (memory accessed via the program counter). Start and size 55// Maps code memory (memory accessed via the program counter). Start and size
56// must be multiple of page_size. 56// must be multiple of page_size.
57void Cpu_map_code( struct Gb_Cpu* this, addr_t start, int size, void* code ) ICODE_ATTR; 57void Cpu_map_code( struct Gb_Cpu* this, addr_t start, int size, void* code );
58 58
59// Current time. 59// Current time.
60static inline int Cpu_time( struct Gb_Cpu* this ) { return this->cpu_state->time; } 60static inline int Cpu_time( struct Gb_Cpu* this ) { return this->cpu_state->time; }