mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 15:15:43 +00:00
17 lines
303 B
C
17 lines
303 B
C
#ifndef TEST_SUITE_CONFIG_H
|
|
#define TEST_SUITE_CONFIG_H
|
|
|
|
#define SCREEN_WIDTH 160
|
|
#define SCREEN_HEIGHT 160
|
|
|
|
#define MAX_SUBPROGRAMS 20
|
|
#define TESTS_AVAILABLE 40
|
|
#define TEST_NAME_LENGTH 32
|
|
|
|
#define FONT_WIDTH 6
|
|
#define FONT_HEIGHT 8
|
|
#define FONT_SPACING 0
|
|
#define SELECTED_FONT FONT_6X8
|
|
|
|
#endif
|