mirror of
https://github.com/lindbergh-loader/lindbergh-loader.git
synced 2026-09-22 22:48:03 +03:00
Cleanup for real this time oops
This commit is contained in:
+1
-3
@@ -279,6 +279,4 @@ Remember that if the path containg spaces, which is not recommended, pass the pa
|
|||||||
./lindbergh --create --help
|
./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.
|
||||||
|
|
||||||
|
|
||||||
@@ -155,5 +155,4 @@ void blitStretch()
|
|||||||
|
|
||||||
glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -341,5 +341,4 @@ char *getGameNativeResolutions();
|
|||||||
const char *getLindberghColourString(Colour lindberghColour);
|
const char *getLindberghColourString(Colour lindberghColour);
|
||||||
const char *getGameRegionString(GameRegion region);
|
const char *getGameRegionString(GameRegion region);
|
||||||
const char *getGpuTypeString(GpuType gpuType);
|
const char *getGpuTypeString(GpuType gpuType);
|
||||||
extern SDL_Keycode getSDLKeycode(const char *input);
|
extern SDL_Keycode getSDLKeycode(const char *input);
|
||||||
|
|
||||||
@@ -1660,5 +1660,4 @@ struct tm *gmtime_r(const time_t *timep, struct tm *result)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
return _gmtime_r(timep, result);
|
return _gmtime_r(timep, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user