Renamed executable
This commit is contained in:
parent
59e305e852
commit
b06d5a6569
3 changed files with 5 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -26,4 +26,6 @@ VisualGDB/VisualGDB/Release/Amiberry
|
|||
*.ipch
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.TMP
|
||||
*.TMP
|
||||
VisualGDB/VisualGDB/Release/Amiberry-sdl2
|
||||
*.npa00-cfdc2249
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue