Steven Casper
Steven Casper
I've noticed that when using keyboard shortcuts in LuaIDE sometimes the Program will freeze. The only way to fix this is to reopen LuaIDE. This seems to happen most often...
It seems that no matter what the value of timeout is, rednet just won't timeout in OneOS. If you reboot into craftOS and run the program, rednet will timeout just...
Near the end of the chapter the following is written: > We also need to give the player a name; we've explicitly included names in the AI's join, so we...
[Crash Report.txt](https://github.com/libretro/beetle-psx-libretro/files/11402957/Crash.Report.txt) ## Description It seems that the most recent MacOS software update has broken something with Beetle PSX. Retroarch now crashes immediately on starting any content with it. Crash...
Implements feature requested in #2061 This feature required a subtle redesign of the Layout Settings Control to accommodate the new color option. The now increased height of the control also...
I'm working on a GameCube project using the Window Metrowerks toolchain as well as a PS2 project using the linux ee-gcc toolchain. Setting the Run in WSL2 setting for the...
There are situations where the logical data size of an instruction is smaller than the size of the symbol, such as struct initialization/copies. #123 decides not to attempt to display...
First off I'm not sure if this is just a compiler issue, apologies if so. I'm using the Vulkan-Hpp version from the 1.3.296 sdk release Compiler: MSVC 19.42.34435 This issue...
Closes #25054 This handles packed structs as a base case before recursing into struct fields.