OSDN Git Service

[VM][STATE] Use namespace {VMNAME} to separate per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2800 / joystick.cpp
index 10d17d7..510b326 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "joystick.h"
 
+namespace MZ2800 {
+
 void JOYSTICK::initialize()
 {
        mode = 0xf;
@@ -64,3 +66,5 @@ bool JOYSTICK::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateUint32(mode);
        return true;
 }
+
+}