From f36fdb60989d5a87676dc78ef3a97d8dda39b72c Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Sun, 28 Feb 2021 04:40:18 -0600 Subject: [PATCH] Update N64System.h comments Fix title case and make MIPS an acronym. Add spaces before comments to increase readability on certain themes and editors. --- Source/Project64/N64System.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Project64/N64System.h b/Source/Project64/N64System.h index 7df0eecc3..66858c459 100644 --- a/Source/Project64/N64System.h +++ b/Source/Project64/N64System.h @@ -6,7 +6,7 @@ #pragma once #include "Support.h" -#include //needed for stl string (std::string) +#include // Needed for stl string (std::string) #include #include @@ -15,7 +15,8 @@ #include -//General Mips Information +// General MIPS information + #include #include #include