mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation
Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.
This commit is contained in:
5
visualtest/configs/testsprite2_geometry/testsprite2_geometry.parameters
Executable file
5
visualtest/configs/testsprite2_geometry/testsprite2_geometry.parameters
Executable file
@@ -0,0 +1,5 @@
|
||||
# parameter name, type, value range, required, categories
|
||||
--geometry, enum, [500x500 600x600], false, []
|
||||
--logical, enum, [300x500 550x450], false, []
|
||||
--scale, integer, [1 5], false, []
|
||||
--iterations, integer, [1000 1000], true, []
|
||||
Reference in New Issue
Block a user