Renamed executable

This commit is contained in:
Dimitris Panokostas 2017-01-25 12:28:59 +01:00
parent 59e305e852
commit b06d5a6569
3 changed files with 5 additions and 8 deletions

4
.gitignore vendored
View file

@ -26,4 +26,6 @@ VisualGDB/VisualGDB/Release/Amiberry
*.ipch
*.db-shm
*.db-wal
*.TMP
*.TMP
VisualGDB/VisualGDB/Release/Amiberry-sdl2
*.npa00-cfdc2249

View file

@ -34,9 +34,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
<Toolchain>C:\SysGCC\raspberry</Toolchain>
<TargetName>$(ProjectName)-sdl2</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-rpi2|VisualGDB'">
<Toolchain>C:\SysGCC\raspberry</Toolchain>
<TargetName>$(ProjectName)-sdl2</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-rpi1|VisualGDB'">
<Toolchain>C:\SysGCC\raspberry</Toolchain>

View file

@ -309,13 +309,6 @@ void flush_screen ()
init_row_map();
}
//void black_screen_now(void)
//{
// SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255);
// SDL_RenderClear(renderer);
// SDL_RenderPresent(renderer);
//}
static void graphics_subinit (void)
{
if (screen == NULL)