You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got past the bios download problem with emuparadise no longer providing the file, providing it myself as an asset and it progressed to attempting to load the pcsx libretro js but then immediately blows up with the attached error. "createVertexArray is not a function". It should be. I figured maybe your three js version and libretro versions were targetting webgl 1 but my browser is defaulting to 2 and the api changed or something? I disabled webgl 2 to no avail and get the same error. It's strange because your dependencies are basically nothing and the code hasn't changed, only the browsers in the last 5 years. I have half a mind to go track down a 5 year old version of firefox or chrome. Any chance you are still able to get this to run or could provide some insight into why it is no longer working? I'm willing to do the leg work, it's just a big complex thing, hard to know where to start. This seemed like such a super cool project, a shame for it to wither away if it just needs some tlc. many thanks.
The text was updated successfully, but these errors were encountered:
I got past the bios download problem with emuparadise no longer providing the file, providing it myself as an asset and it progressed to attempting to load the pcsx libretro js but then immediately blows up with the attached error. "createVertexArray is not a function". It should be. I figured maybe your three js version and libretro versions were targetting webgl 1 but my browser is defaulting to 2 and the api changed or something? I disabled webgl 2 to no avail and get the same error. It's strange because your dependencies are basically nothing and the code hasn't changed, only the browsers in the last 5 years. I have half a mind to go track down a 5 year old version of firefox or chrome. Any chance you are still able to get this to run or could provide some insight into why it is no longer working? I'm willing to do the leg work, it's just a big complex thing, hard to know where to start. This seemed like such a super cool project, a shame for it to wither away if it just needs some tlc. many thanks.
The text was updated successfully, but these errors were encountered: