X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxhle.h;h=04126345e9648b8c3410be194c06f743f3078714;hb=687b45804b5c028dd5644bda85981c0235eb4d32;hp=eef78e80ea19173b289cc44df6ccfc944bf8d022;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git 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 }