upse-ps1-executive.h 721 B

123456789101112131415161718192021222324
  1. /*
  2. * UPSE: the unix playstation sound emulator.
  3. *
  4. * Filename: upse-ps1-executive.h
  5. * Purpose: libupse: PS1 application executive entrypoint list
  6. *
  7. * Copyright (c) 2007 William Pitcock <nenolod@sacredspiral.co.uk>
  8. * Portions copyright (c) 1999-2002 Pcsx Team
  9. * Portions copyright (c) 2004 "Xodnizel"
  10. *
  11. * UPSE is free software, released under the GNU General Public License,
  12. * version 2.
  13. *
  14. * A copy of the GNU General Public License, version 2, is included in
  15. * the UPSE source kit as COPYING.
  16. *
  17. * UPSE is offered without any warranty of any kind, explicit or implicit.
  18. */
  19. #ifndef __PSXHLE_H__
  20. #define __PSXHLE_H__
  21. extern void (*psxHLEt[256]) ();
  22. #endif /* __PSXHLE_H__ */