Skip to content

Commit

Permalink
Merge pull request #1863 from zoltanvb/master
Browse files Browse the repository at this point in the history
Add vidtest core to rules.
  • Loading branch information
fpscan authored Dec 1, 2024
2 parents ac3d3b2 + 1abd40d commit e46480d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,13 @@ libretro_noods_name="noods"
libretro_noods_git_url="https://github.com/jonian/libretro-noods.git"
libretro_noods_build_makefile="Makefile.libretro"

include_core_vidtest() {
register_module core "vidtest"
}
libretro_vidtest_name="vidtest"
libretro_vidtest_git_url="https://github.com/schellingb/vidtest_libretro.git"


# CORE RULE VARIABLES
#
# All variables follow the format of libretro_<core>_<setting> where <core> is
Expand Down

0 comments on commit e46480d

Please sign in to comment.