Skip to content

Commit

Permalink
cps3run.cpp: set refresh rate to 59.59949
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon authored Jan 9, 2020
1 parent 89af508 commit c88310f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/burn/drv/cps3/cps3run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,9 @@ INT32 cps3Init()
{
INT32 nRet, ii, offset;
struct BurnRomInfo pri;


BurnSetRefreshRate(59.59949);

// calc graphic and sound roms size
ii = 0; cps3_data_rom_size = 0;
while (BurnDrvGetRomInfo(&pri, ii) == 0) {
Expand Down

0 comments on commit c88310f

Please sign in to comment.