mirror of
https://github.com/libretro/libretro-samples.git
synced 2025-04-02 10:31:48 -04:00
19 lines
483 B
Markdown
19 lines
483 B
Markdown
# libretro_test
|
|
A test core written in C for libretro.
|
|
|
|
Demonstrates various features of the libretro API including:
|
|
- Input (rumble, analog input, mouse and touch controls)
|
|
- Graphics (software rendering, direct-to-VRAM rendering, etc)
|
|
- Audio (audio callback and non-callback based, etc.)
|
|
- Core options
|
|
- Input descriptor support
|
|
- Keyboard callback support
|
|
|
|
|
|
## Programming language
|
|
C
|
|
|
|
## Building
|
|
To compile, you will need a C compiler and assorted toolchain installed.
|
|
|
|
make
|