62 issues in taisel/IodineGBA
How to import save state
Hi, when I try to import a saveState, I call to the function importSave which is in saves.js. I don't get any warning or error, but the emulator stills running the rom that was loaded at the beginning, ...
-
Opened by davidmurilloES
Dec 29, 2016 - 13 comments
I cannot save and load game
Hi all, Could we save state of the game or not ? Even in the http://taisel.github.io/IodineGBA, I still can not load the state. Do we have the secret way to load the save? If we do, please show me how ...
-
Opened by smartquery
Aug 2, 2016 - 13 comments
Voice Interface with local var
voice interface added with local variable. Check window attribute to get the voice recognition object. Firefox voice recognition is supported on version 49. https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API ...
-
Opened by JeffZhang02747
Jul 9, 2016 - 10 comments
No Preloads?
I can't download emulators and I would really love a list of preloaded games (Please add Zero Mission if you do!). Could you please add this in sometime in the future? Thanks!
-
Opened by Nt45
Feb 14, 2017 - 9 comments
Use SIMD for the graphics compositor code
Of note, it looks like that particular block of code can be rewritten to use SIMD. Specifically: - SIMD.Int32x4.and() for isolating flags. - SIMD.Int32x4.greaterThanOrEqual() for comparing flags. ...
-
Opened by taisel
Jun 9, 2016 - 7 comments
Rewritten CSS
-
Opened by Daniel-Griffiths
Aug 23, 2016 - 7 comments
Pokemon series wont save
Game's seems to run fine, although wont save. I have tried: Pokemon Fire Red, Leaf Green, Emerald.. A way around this problem for a Windows GBA emulator is to change the save flash type: Save Type ...
-
Opened by fOmey
Jan 19, 2016 - 6 comments
Land offthread rendering
We already run the emulator in a webworker if your browser supports sharedarraybuffer. We'll just spawn another webworker controlled by the emulator core inside first webworker, to render graphics. ...
-
Opened by taisel
Jan 19, 2016 - 5 comments
How to make IodineGBA load the BIOS file directly from the server?
Hello, I am trying to save some time when waiting for a game and skip the BIOS upload step. In order to do this I want to change the code to load the BIOS automatically upon the page load, from the same ...
-
Opened by perelowski
Oct 7, 2016 - 5 comments
Stabilize FPS more
It seems some code re-arranging the last few weeks de-stabilized the fps. I verified it's not the offthread rendering dropping frames, but it's just possibly all the added extra noise causing the ...
-
Opened by taisel
Feb 7, 2016 - 5 comments