xovox / RetroCRT

RetroPie on CRT! RetroTink, JAMMA, SCART & more!
GNU General Public License v3.0
44 stars 6 forks source link

need to start using OpenVGDB #44

Open xovox opened 3 years ago

xovox commented 3 years ago

I need to start using my database for everything

https://github.com/xovox/OpenVGDB

xovox commented 3 years ago
(duncan@hack:OpenVGDB)$ time for i in monitor_orientation monitor_type monitor_resolution_vertical monitor_resolution_vertical monitor_freq ; do 
  export $i="$(echo "select $i from arcade where game_rom = 'mvsc';" | sqlite3 OpenVGDB.20210603_1348/OpenVGDB_20210603_1348.sqlite3)"
done                                    

real    0m0.031s                                                                                                                                                
user    0m0.018s                                                                                                                                                
sys     0m0.016s