cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / gte_divider.h
index 0c98826..765b971 100644 (file)
@@ -15,4 +15,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses>.
  */
 
-u32 DIVIDE(s16 n, u16 d);
+#ifndef __GTE_DIVIDER_H__
+#define __GTE_DIVIDER_H__
+
+u32 DIVIDE(u16 n, u16 d);
+
+#endif /* __GTE_DIVIDER_H__ */