plugins_list.h 384 B

12345678910111213141516171819
  1. /*
  2. * Plugin Manager plugint list - The peTI-NESulator Project
  3. * plugins_list.h
  4. *
  5. * Created by Manoël Trapier.
  6. * Copyright (c) 2002-2019 986-Studio.
  7. *
  8. */
  9. /* This file could be generated from the plugins directory... */
  10. #include "plugins/gamegenie.h"
  11. Plugin Plugins[] = {
  12. // { "Game Genie", gg_Init, gg_Deinit },
  13. /* EOL tag */
  14. { NULL, NULL, NULL }
  15. };