mame/plugins/hiscore
Vas Crabb 07e55935cf plugins: Rewrote timer plugin fixing multiple issues.
Added emulated time recording as well as wall clock time.

Fixed recording time for multiple software items per system.  An
incorrect constraint on the database table meant that time was only
being recorded for a single software item per system.

Detect the "empty" driver so the time spent at the selection menu isn't
recorded (you'd get multiple entries for this due to the way options
leak when returning to the system selection menu).

Included schema migration code to update existing timer plugin
databases.  Also replaced some unnecessary floating point code with
integer maths, added log messages, and made the plugin unload unload its
database access code during emulation.

Changed other plugins' use of paths with trailing slashes as this causes
stat to fail on Windows.
2021-11-06 05:20:59 +11:00
..
hiscore.dat hiscore.dat: Updates [Leezer] 2021-07-20 09:16:41 -05:00
init.lua plugins: Rewrote timer plugin fixing multiple issues. 2021-11-06 05:20:59 +11:00
plugin.json -nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games. 2021-10-25 23:56:45 +11:00
sort_hiscore.lua