| 123456789101112131415161718192021222324 |
- /*
- * UPSE: the unix playstation sound emulator.
- *
- * Filename: upse-ps1-executive.h
- * Purpose: libupse: PS1 application executive entrypoint list
- *
- * Copyright (c) 2007 William Pitcock <nenolod@sacredspiral.co.uk>
- * Portions copyright (c) 1999-2002 Pcsx Team
- * Portions copyright (c) 2004 "Xodnizel"
- *
- * UPSE is free software, released under the GNU General Public License,
- * version 2.
- *
- * A copy of the GNU General Public License, version 2, is included in
- * the UPSE source kit as COPYING.
- *
- * UPSE is offered without any warranty of any kind, explicit or implicit.
- */
-
- #ifndef __PSXHLE_H__
- #define __PSXHLE_H__
-
extern void (*psxHLEt[256]) ();
- #endif /* __PSXHLE_H__ */
|