CORRECTED typo in man page
REMOVED zero-size getopt files in /src
This commit is contained in:
parent
af9f3c8757
commit
8df495ecf6
44
VBA.vcproj
44
VBA.vcproj
|
@ -605,46 +605,6 @@
|
||||||
RelativePath=".\src\gbafilter.cpp"
|
RelativePath=".\src\gbafilter.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\src\getopt.c"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
CompileAs="1"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|x64"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
CompileAs="1"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\getopt1.c"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
CompileAs="1"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|x64"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
CompileAs="1"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\memgzio.c"
|
RelativePath=".\src\memgzio.c"
|
||||||
>
|
>
|
||||||
|
@ -1351,10 +1311,6 @@
|
||||||
RelativePath=".\src\CheatSearch.h"
|
RelativePath=".\src\CheatSearch.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\src\getopt.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\memgzio.h"
|
RelativePath=".\src\memgzio.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -149,7 +149,7 @@ Disable RTC support
|
||||||
Don't show emulation speed
|
Don't show emulation speed
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-throttle\fR
|
\fB\-\-no\-throttle\fR
|
||||||
Disable thrrotle
|
Disable throttle
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-pause\-when\-inactive\fR
|
\fB\-\-pause\-when\-inactive\fR
|
||||||
Pause when inactive
|
Pause when inactive
|
||||||
|
|
Loading…
Reference in New Issue