Logo
Explore Help
Sign In
izzy/mame
0
0
Fork 0
You've already forked mame
mirror of https://github.com/izzy2lost/mame.git synced 2026-03-10 12:32:38 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
mame/plugins/timer/plugin.json

11 lines
161 B
JSON
Raw Permalink Normal View History

plugins/timer: add sample plugin for game time [Carl]
2016-04-07 21:29:40 -05:00
{
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
"plugin": {
"name": "timer",
"description": "Game play timer",
"version": "0.0.3",
"author": "Vas Crabb",
"type": "plugin",
"start": "false"
}
plugins/timer: add sample plugin for game time [Carl]
2016-04-07 21:29:40 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 858ms Template: 4ms
English
English
Licenses API