Gamma_Draconis
Gamma_Draconis
If I may make an overall suggestion for development, this has worked very well for me and other past and present when writing code, try your best to find the...
This library supports any platform that .NET supports. The only tricky thing I foresee is locating the native binary for FMOD, which I leave up to the OS or the...
Quick question, what API's specifically are you talking about that I'm using? Edit: You're gonna have to explain to me what exactly isn't adequate because I'm completely unfamiliar with android...
After reviewing your comment further, yes, if the naming scheme of the native methods changes, everything breaks. Idk what I can really do about that.
Maybe I'm stupid, but I'm not following... Could you clarify that further?
Closed until a solid plan of action can be provided.
Could you confirm what Error code is being returned from `System_Create()`? Also, sorry for the late reply, I've been busy of late.
Ok, so, much of the internal logic is semi-documented in VMA, the native library I ported this from. No, I didn't bother to document a lot of this stuff, at...
> @sunkin351 This was not meant as a critique and i hope you don't take it personally. Fear not, my fellow developer. I didn't take any of this personally, though...
The `IBlockMetadata` interface is responsible for book keeping for a singular block of Device Memory. It keeps track of what memory in said block is allocated and what memory is...