X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxhle.h;h=0529c3898545197717658e7455ec5c7fb3628f14;hp=eef78e80ea19173b289cc44df6ccfc944bf8d022;hb=dd79da89fc4ddf020bb6f8d8c8a733429249bab3;hpb=3a284665dd7ab36e5d3973d09f9239efb7a838e2 diff --git a/libpcsxcore/psxhle.h b/libpcsxcore/psxhle.h index eef78e80..0529c389 100644 --- a/libpcsxcore/psxhle.h +++ b/libpcsxcore/psxhle.h @@ -28,7 +28,7 @@ extern "C" { #include "r3000a.h" #include "plugins.h" -extern void (*psxHLEt[256])(); +extern const void (*psxHLEt[8])(); #ifdef __cplusplus }