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=0529c3898545197717658e7455ec5c7fb3628f14;hb=857275a93c8e222bc800999f08d4b42e327f4c1b;hpb=47a8e01c397c8852e00c202e3f2815bb7b5a364a diff --git a/libpcsxcore/psxhle.h b/libpcsxcore/psxhle.h index 0529c389..04126345 100644 --- a/libpcsxcore/psxhle.h +++ b/libpcsxcore/psxhle.h @@ -28,7 +28,7 @@ extern "C" { #include "r3000a.h" #include "plugins.h" -extern const void (*psxHLEt[8])(); +extern void (* const psxHLEt[8])(); #ifdef __cplusplus }