Fixed typo and minor code refactoring

This commit is contained in:
Antonio Parata
2015-10-14 15:05:18 +02:00
parent 7a105c495b
commit c1423332d4
5 changed files with 42 additions and 24 deletions

View File

@@ -49,7 +49,7 @@
<Compile Include="Const\Common.fs" />
<Compile Include="Const\M68k.fs" />
<Compile Include="Const\Mips.fs" />
<Compile Include="Const\Spark.fs" />
<Compile Include="Const\Sparc.fs" />
<Compile Include="Const\X86.fs" />
<Compile Include="Const\UcError.fs" />
<Compile Include="Hooks.fs" />