X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxhle.h;h=04126345e9648b8c3410be194c06f743f3078714;hp=eef78e80ea19173b289cc44df6ccfc944bf8d022;hb=17ce04ccbdb6f29bdfebfeb0636cb06e65a4244d;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d diff --git a/libpcsxcore/psxhle.h b/libpcsxcore/psxhle.h index eef78e80..04126345 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 void (* const psxHLEt[8])(); #ifdef __cplusplus }