OSDN Git Service

[VM] Make event() and mix() (and some functions) with __FASTCALL.
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / sound_cart.h
index e3998ee..3fa3a52 100644 (file)
@@ -36,7 +36,7 @@ public:
        void initialize();
        void release();
        void reset();
-       void mix(int32_t* buffer, int cnt);
+       void __FASTCALL mix(int32_t* buffer, int cnt);
        void set_volume(int ch, int decibel_l, int decibel_r);
        
        // unique functions