# 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