Trigger-CN / lv_gba_emu

LVGL Game Boy Advance Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LVGL Game Boy Advance Emulator

image

Feature

  • The emulator kernel is based on vba-next and does not depend on any third-party libraries.
  • Decoupled from the OS, only relying on lvgl's memory allocation and file access interface.
  • Support to use GBA framebuffer directly as lv_canvas buffer, zero copy overhead.
  • Audio output.
  • Frame rate control.
  • Multiple input device.
  • Virtual key.
  • Memory usage optimization.

To Do

  • Game saves.
  • Game Launcher.

Clone

git clone https://github.com/FASTSHIFT/lv_gba_emu.git --recurse-submodules

Build & Run

mkdir build
cd build
cmake ..
make -j
./Simulator ../rom/OpenLara.gba

About

LVGL Game Boy Advance Emulator

License:MIT License


Languages

Language:C 96.0%Language:CMake 4.0%