X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=5a01608d3dc445c52257970e0e0b6954f6b357ea;hb=350e047b2627f8e7b054f96fd545a9b920595232;hp=eb9d48eab382a99fdc1dc4ee54fe8fcbc15ece57;hpb=ebed7428a3e7e817bb4befe7fdfc1f5681577e50;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index eb9d48ea..5a01608d 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -44,6 +44,7 @@ int in_analog_right[8][2] = {{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 } int in_adev[2] = { -1, -1 }, in_adev_axis[2][2] = {{ 0, 1 }, { 0, 1 }}; int in_adev_is_nublike[2]; unsigned short in_keystate[8]; +int in_mouse[8][2]; int in_state_gun; int in_enable_vibration; void *tsdev; @@ -676,6 +677,7 @@ void pl_frame_limit(void) hud_msg[0] = 0; } tv_old = now; + //new_dynarec_print_stats(); } #ifdef PCNT static int ya_vsync_count;