mirror of https://github.com/stella-emu/stella.git
Some minor fixes for the VS project file.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2811 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
bef092a7d9
commit
4d0be67af0
|
@ -217,8 +217,7 @@ void DebuggerDialog::showFatalMessage(const string& msg)
|
|||
{
|
||||
delete myFatalError;
|
||||
myFatalError =
|
||||
new GUI::MessageBox(this, *myFont, msg,
|
||||
_w*0.5, _h*0.5, kDDExitFatalCmd,
|
||||
new GUI::MessageBox(this, *myFont, msg, _w/2, _h/2, kDDExitFatalCmd,
|
||||
"Exit ROM", "Continue");
|
||||
myFatalError->show();
|
||||
}
|
||||
|
|
|
@ -519,6 +519,7 @@ SDLmain.lib
|
|||
<ClInclude Include="..\emucore\CartFA2.hxx" />
|
||||
<ClInclude Include="..\emucore\CompuMate.hxx" />
|
||||
<ClInclude Include="..\emucore\MindLink.hxx" />
|
||||
<ClInclude Include="..\gui\ConsoleMediumFont.hxx" />
|
||||
<ClInclude Include="..\gui\FileListWidget.hxx" />
|
||||
<ClInclude Include="..\gui\LoggerDialog.hxx" />
|
||||
<ClInclude Include="..\gui\SnapshotDialog.hxx" />
|
||||
|
|
|
@ -1460,6 +1460,9 @@
|
|||
<ClInclude Include="..\common\Base.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\gui\ConsoleMediumFont.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue