diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/replay/empty_screen_gc2000.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/replay/empty_screen_gc2000.c b/src/replay/empty_screen_gc2000.c index 333c633..1027137 100644 --- a/src/replay/empty_screen_gc2000.c +++ b/src/replay/empty_screen_gc2000.c @@ -13,7 +13,6 @@ #include "viv_raw.h" #include "empty_screen_cmd.h" -#include "etnaviv/etna.h" /* TODO: should actually update context as we go, a context switch would currently revert state and likely result in corrupted rendering. */ @@ -162,7 +161,7 @@ int main(int argc, char **argv) #ifdef DEBUG fprintf(stderr, "Error attaching to GPU\n"); #endif - return ETNA_INTERNAL_ERROR; + exit(1); } else { |