/* * Plugin Manager plugint list - The peTI-NESulator Project * plugins_list.h * * Created by Manoƫl Trapier. * Copyright (c) 2002-2019 986-Studio. * */ /* This file could be generated from the plugins directory... */ #include "plugins/gamegenie.h" Plugin Plugins[] = { // { "Game Genie", gg_Init, gg_Deinit }, /* EOL tag */ { NULL, NULL, NULL } };