plugins_list.h 488 B

123456789101112131415161718192021222324
  1. /*
  2. * Plugin Manager plugint list - The peTI-NESulator Project
  3. * plugins_list.h
  4. *
  5. * Created by Manoel Trapier.
  6. * Copyright (c) 2003-2018 986-Studio. All rights reserved.
  7. *
  8. * $LastChangedDate$
  9. * $Author$
  10. * $HeadURL$
  11. * $Revision$
  12. *
  13. */
  14. /* This file could be generated from the plugins directory... */
  15. #include "plugins/gamegenie.h"
  16. Plugin Plugins[] = {
  17. // { "Game Genie", gg_Init, gg_Deinit },
  18. /* EOL tag */
  19. { NULL, NULL, NULL }
  20. };