SuuperW
SuuperW
```lua function overflow() overflow(); end overflow(); ``` Running this will result in a System.IndexOutOfRangeException, instead of the expected MoonSharp exception.
When I attempted to get the inverse of a Matrix4x4f I got an exception saying "not invertible", when I know this matrix can be inverted. The problem is here: https://github.com/luca-piccioni/OpenGL.Net/blob/master/OpenGL.Net/Matrix.cs#L6133...
### Summary MelonDS has functions to read and write 8, 16, and 32 bit values from the ARM7 and ARM9 system buses. However, BizHawk only uses the 8 bit versions...
A cleaner redo of #618. The code modifications are less intrusive and performance is better. There are conflicts between this and #975 but they are minor. I can rebase and...
Three commits for graphical fixes and one lid-related fix. Including the 3D buffer is necessary to properly render the 1st frame after loading a savestate.
New config option allows use of emulated clock, rather than taking the time from the host system.
Again, this is for BizHawk. This commit should not affect any behavior in the main build.
I recently ran into the same issue as #795. (To summarize: I obtained the GIL in .NET, executed Python code that called a .NET method that called Python. This caused...
This pull request fixes #2600. The first commit (add a reference to BizHawk.Client.EmuHawk) requires removing use of init setters in BizHawk.Client.EmuHawk. I've never encountered this sort of issue before, so...