Israel Jacquez

Results 16 comments of Israel Jacquez

@victor3rc, what were the results with files exceeding 4GiB?

Do you have an idea as to what is causing that? Is it your changes? Are the chunks too big?

Ah, I wouldn't have thought was from `no$gba`. It's rather limited, unfortunately... I have a few "hacks" that I can help integrate better into `mgbdis`. For example, in the `.sym`...

> lsp-mode seems to have some problems with mono projects, I can't get auto-complete to work while omnisharp-emacs still works fine. For dotnet core projects both works. Could you go...

> My work in the installers is all public domain though Thank you for your work. I use the installer as a basis for my own project. I will document...

Is it `fileOptions` or `FileOptions`? Also, can it be used to ignore specific `.dll`s from coming up in a code completion?

What if you manually assemble the file, but through `gdb`? Would you be able to provide a back trace?

Thanks for the information. Could you do: `gdb /tmp/ramdisk/n64chain/libn64/../tools/bin/rspasm`, and within GDB, type `run ucodes/init.rsppch -o ucodes/init.bin`? And see what's happening? Assuming that `rspasm` is compiled with `-g`. This all...

Is there a way to immediately flush the buffer after every call to the last `EA::StdC::Printf`?

I believe that if you want to change a single tile, you'd get the reference to the `Tilemap` component and change it there. If you want to change the whole...