diff options
Diffstat (limited to 'src/devices/cpu/rsp/rspcp2.cpp')
-rw-r--r-- | src/devices/cpu/rsp/rspcp2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rsp/rspcp2.cpp b/src/devices/cpu/rsp/rspcp2.cpp index ce16a351b5a..cb45d906bde 100644 --- a/src/devices/cpu/rsp/rspcp2.cpp +++ b/src/devices/cpu/rsp/rspcp2.cpp @@ -746,7 +746,7 @@ void rsp_cop2::start() } } -void rsp_cop2::state_string_export(const int index, std::string &str) +void rsp_cop2::state_string_export(const int index, std::string &str) const { switch (index) { |