summaryrefslogtreecommitdiff
path: root/plugins/ao/cpuintrf.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-27 11:29:19 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-27 11:29:19 +0200
commit1b1de373ca8e27882d8123757dd55d0e15200807 (patch)
treed9136086fefeba0b8f65fd998cf9de1ef286459b /plugins/ao/cpuintrf.h
parent5888e168c4185d5cd62305acf558cb6a752a17f0 (diff)
ao psf/psf2 mips emulation reentrancy WIP
Diffstat (limited to 'plugins/ao/cpuintrf.h')
-rw-r--r--plugins/ao/cpuintrf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ao/cpuintrf.h b/plugins/ao/cpuintrf.h
index 1317f418..fa7d7f98 100644
--- a/plugins/ao/cpuintrf.h
+++ b/plugins/ao/cpuintrf.h
@@ -632,8 +632,8 @@ enum
CPUINFO_PTR_FIRST = 0x10000,
CPUINFO_PTR_SET_INFO = CPUINFO_PTR_FIRST, /* R/O: void (*set_info)(UINT32 state, INT64 data, void *ptr) */
- CPUINFO_PTR_GET_CONTEXT, /* R/O: void (*get_context)(void *buffer) */
- CPUINFO_PTR_SET_CONTEXT, /* R/O: void (*set_context)(void *buffer) */
+ CPUINFO_PTR_GET_CONTEXT_, /* R/O: void (*get_context)(void *buffer) */
+ CPUINFO_PTR_SET_CONTEXT_, /* R/O: void (*set_context)(void *buffer) */
CPUINFO_PTR_INIT, /* R/O: void (*init)(void) */
CPUINFO_PTR_RESET, /* R/O: void (*reset)(void *param) */
CPUINFO_PTR_EXIT, /* R/O: void (*exit)(void) */