From b06d5a6569c5f5756746c935a61074a81bcf2ee9 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 25 Jan 2017 12:28:59 +0100 Subject: [PATCH] Renamed executable --- .gitignore | 4 +++- VisualGDB/Amiberry/Amiberry.vcxproj | 2 ++ src/osdep/pandora_gfx.cpp | 7 ------- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1ca3bd1c..d9e7d28f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ VisualGDB/VisualGDB/Release/Amiberry *.ipch *.db-shm *.db-wal -*.TMP \ No newline at end of file +*.TMP +VisualGDB/VisualGDB/Release/Amiberry-sdl2 +*.npa00-cfdc2249 \ No newline at end of file diff --git a/VisualGDB/Amiberry/Amiberry.vcxproj b/VisualGDB/Amiberry/Amiberry.vcxproj index 909ab3b1..307e174f 100644 --- a/VisualGDB/Amiberry/Amiberry.vcxproj +++ b/VisualGDB/Amiberry/Amiberry.vcxproj @@ -34,9 +34,11 @@ C:\SysGCC\raspberry + $(ProjectName)-sdl2 C:\SysGCC\raspberry + $(ProjectName)-sdl2 C:\SysGCC\raspberry diff --git a/src/osdep/pandora_gfx.cpp b/src/osdep/pandora_gfx.cpp index 4a13060d..14ebf468 100644 --- a/src/osdep/pandora_gfx.cpp +++ b/src/osdep/pandora_gfx.cpp @@ -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)