Cleanup for real this time oops

This commit is contained in:
SBH
2026-01-05 04:56:06 -07:00
parent 3ad93675e0
commit a0e504c4c9
4 changed files with 4 additions and 9 deletions
+1 -3
View File
@@ -279,6 +279,4 @@ Remember that if the path containg spaces, which is not recommended, pass the pa
./lindbergh --create --help
```
Will give you instructions on how to use the new commands.
Will give you instructions on how to use the new commands.
+1 -2
View File
@@ -155,5 +155,4 @@ void blitStretch()
glBindFramebuffer(GL_FRAMEBUFFER, 0);
}
}
}
+1 -2
View File
@@ -341,5 +341,4 @@ char *getGameNativeResolutions();
const char *getLindberghColourString(Colour lindberghColour);
const char *getGameRegionString(GameRegion region);
const char *getGpuTypeString(GpuType gpuType);
extern SDL_Keycode getSDLKeycode(const char *input);
extern SDL_Keycode getSDLKeycode(const char *input);
+1 -2
View File
@@ -1660,5 +1660,4 @@ struct tm *gmtime_r(const time_t *timep, struct tm *result)
return res;
}
return _gmtime_r(timep, result);
}
}