20 lines
421 B
C
20 lines
421 B
C
/*
|
|
* Plugin Manager plugint list - The peTI-NESulator Project
|
|
* plugins_list.h
|
|
*
|
|
* Created by Manoel Trapier.
|
|
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
|
|
*
|
|
*/
|
|
|
|
/* 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 }
|
|
};
|