Update N64System.h comments

Fix title case and make MIPS an acronym. Add spaces before comments to increase readability on certain themes and editors.
This commit is contained in:
Derek "Turtle" Roe 2021-02-28 04:40:18 -06:00
parent 03dce5f74e
commit f36fdb6098
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#pragma once #pragma once
#include "Support.h" #include "Support.h"
#include <string> //needed for stl string (std::string) #include <string> // Needed for stl string (std::string)
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
@ -15,7 +15,8 @@
#include <Project64-core/N64System/ProfilingClass.h> #include <Project64-core/N64System/ProfilingClass.h>
//General Mips Information // General MIPS information
#include <Project64-core/N64System/N64RomClass.h> #include <Project64-core/N64System/N64RomClass.h>
#include <Project64-core/N64System/SpeedLimiterClass.h> #include <Project64-core/N64System/SpeedLimiterClass.h>
#include <Project64-core/N64System/Mips/OpCode.h> #include <Project64-core/N64System/Mips/OpCode.h>