[05:33] *** dboard420 has quit IRC (Ping timeout: 610 seconds) [05:34] *** pengan has quit IRC (Ping timeout: 610 seconds) [05:36] *** pengan has joined #jsmess [05:38] *** dboard420 has joined #jsmess [05:57] *** dboard420 has quit IRC (Ping timeout: 265 seconds) [05:59] *** SketchCow has quit IRC (Ping timeout: 265 seconds) [05:59] *** SketchCow has joined #jsmess [06:03] *** dboard420 has joined #jsmess [06:16] *** wdna has quit IRC (Remote host closed the connection) [06:40] *** wdna has joined #jsmess [07:34] *** Sgeo has quit IRC (Read error: Connection reset by peer) [13:45] *** Sgeo has joined #jsmess [23:18] *** db48x has joined #jsmess [23:25] Eyyyyyy [23:25] howdy [23:29] We're having a delightful crapshow adding a fewture [23:29] feature? Feature [23:29] and I just found out my favorite deli had a covid outbreak [23:29] so everything's great [23:30] heh [23:31] what feature are you trying to add? [23:31] ruffle. [23:31] We did a working version of adding CHD [23:31] And now we have the ruffle guy adding ruffle [23:32] difficulty level: The PR request sitting on emularity was done by someone with a great big heart, but apparently without the arcane knowledge that you should test your code. [23:32] ah [23:33] so we wasted time today thinking it was easy to click in. [23:33] ANYWAY [23:33] I am either going to have a hypochonriac covid moment, or not. [23:33] But the general question is if you want to continue to run the emularity loader or if you'd like to go "nah, fuck those people" [23:33] Either way is totally valid [23:34] I'll look at the ruffle patch and see what I can see [23:35] We have two sets of changes and a prototype loader.js [23:35] can you guys update the PR? [23:35] And we also have another set of suggestions to finally fix the "keep old filesystems only on DOSBOX" issue, although at the cost of the currently saved systems [23:36] mmm [23:36] Anyway, the general question still olds. [23:36] holds [23:36] If you wanted to stay with this little mess or move on. [23:37] I can spare a few hours for it [23:37] I respect either choice. [23:37] Well, I'd rather bank the hours for later, since right now it's all experimental mess. [23:37] We got CHD working, by the way [23:38] then producing... I can't even begin to describe the nightmares it's causing [23:38] 2gb arcade machines that run at 1 frame a second [23:38] :D [23:38] violations of the geneval convention [23:38] the opinion of ruffle is we need a mime type added to IA [23:38] ugh [23:39] nothing I can do to help with that, of course [23:41] https://archive.org/details/arcade_takoron&external_js=1 [23:41] If you want to watch us spit in the eye of god [23:51] ok, I took a look at the version in loaderlab [23:51] the CHD file support should only be active on emulator types that actually supoort CHD files [23:52] currently it is active for all emulator types [23:52] - } else if (module) { // MAME [23:52] + } else if (module && module.indexOf("ruffle-") !== 0) { // MAME [23:52] is an unnecessary change [23:55] + break; // only allow one .swf file to be loaded [23:55] the code would be much better if it only operated on the first file of the list, rather than looping over them all but breaking after the first one [23:55] SketchCow: do you have a Ruffle item I can check out?