2020-07-07 19:52:51 +02:00
|
|
|
diff --git a/include/types.h b/include/types.h
|
2020-09-07 20:07:28 +02:00
|
|
|
index 9404c97..b114b29 100644
|
2020-07-07 19:52:51 +02:00
|
|
|
--- a/include/types.h
|
|
|
|
+++ b/include/types.h
|
2020-09-07 20:07:28 +02:00
|
|
|
@@ -1,6 +1,8 @@
|
|
|
|
#ifndef _SM64_TYPES_H_
|
|
|
|
#define _SM64_TYPES_H_
|
2020-07-07 19:52:51 +02:00
|
|
|
|
2020-09-07 20:07:28 +02:00
|
|
|
+// 60 fps patch is already applied!
|
2020-07-07 19:52:51 +02:00
|
|
|
+
|
2020-09-07 20:07:28 +02:00
|
|
|
// This file contains various data types used in Super Mario 64 that don't yet
|
|
|
|
// have an appropriate header.
|
2020-07-07 19:52:51 +02:00
|
|
|
|