spmenu/toggle.h

9 lines
394 B
C
Raw Normal View History

2023-02-25 03:46:26 +01:00
/* Toggle patches
* This header allows you to enable/disable patches that can break compability or decrease performance with certain OSes or configurations.
*
* If it's disabled (set to 0), it will not be compiled in with spmenu. This keeps the binary small and may make the experience better.
*/
/* Image related patches */
#define USEIMAGE 1 /* Include image support. Requires imlib2 */