X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=e93c12f949c368d6bee5049136524ec420058021;hp=9003ff8bf4a5860eaac77074928e4f3fea8a2dde;hb=24de2dd4dbdd50e44c91c40ebbc7d59ee1c0ac9b;hpb=ddbaf678c49d33cf60f1eac5069e3275baa2c685;ds=sidebyside diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 9003ff8b..e93c12f9 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -475,8 +475,12 @@ void pl_start_watchdog(void) void pl_init(void) { + extern unsigned int hSyncCount; // from psxcounters + pl_vout_w = pl_vout_h = 256; pl_vout_bpp = 16; tsdev = pl_gun_ts_init(); + + pl_rearmed_cbs.gpu_hcnt = &hSyncCount; }