CORRECTED typo in man page
REMOVED zero-size getopt files in /src git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@339 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
d9514d27a5
commit
4130d7bd6d
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