RetroCRT icon indicating copy to clipboard operation
RetroCRT copied to clipboard

need to start using OpenVGDB

Open xovox opened this issue 4 years ago • 1 comments

I need to start using my database for everything

https://github.com/xovox/OpenVGDB

xovox avatar Jun 03 '21 17:06 xovox

(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

xovox avatar Jun 03 '21 18:06 xovox