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"
|
||||
>
|
||||
</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
|
||||
RelativePath=".\src\memgzio.c"
|
||||
>
|
||||
|
@ -1351,10 +1311,6 @@
|
|||
RelativePath=".\src\CheatSearch.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\getopt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\memgzio.h"
|
||||
>
|
||||
|
|
|
@ -149,7 +149,7 @@ Disable RTC support
|
|||
Don't show emulation speed
|
||||
.TP
|
||||
\fB\-\-no\-throttle\fR
|
||||
Disable thrrotle
|
||||
Disable throttle
|
||||
.TP
|
||||
\fB\-\-pause\-when\-inactive\fR
|
||||
Pause when inactive
|
||||
|
|
Loading…
Reference in New Issue