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:
parent
03dce5f74e
commit
f36fdb6098
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue