Tom
Tom
These seem to be all the files created by the 3.0.4 installer. I'm using Windows 11 Pro in Parallels on an M1 mac. Windows version 22H2 22621.2428. The installer runs...
When running something like this from terminal is there a way to make mGBA start recording a video file immediately when the rom starts? `/Applications/mGBA.app/Contents/MacOS/mGBA Pokemon\ -\ Emerald\ Version\ \(USA,\...
Is there any interest in a dockerized build? I'm playing with the source and using a docker container to do my builds because I'm on an M1 mac and the...
I'm trying to setup my guards like this for "/Folder1/Folder2/File-Name With Spaces.h" "ProjectName__Folder1__Folder2__File_Name_With_Spaces_h__" As close as I have gotten so far. "ProjectName__FOLDER1_FOLDER2_FILE_NAME_WITH_SPACES_H__" I can get ProjectName with a prefix. I...
Please add some kind of indicator that a download has been started or queued. I downloaded the same thing 3 times because I thought the download button wasn't doing anything....
I'm on an M1 mac os 13.2.1 and using vs code 1.17.2 with v1.5.0 of this extension. It ran once. I did a build after configuring my paths and it...
tl;dr This makes the rules useable again. * Fixes errors related to platforms being moved to a separate repo. * Updates Pandoc to v3.1.13 to support all the platforms Pandoc...
This lets you specify a different string to use with the Filepath mode. Specifically I wanted to use 2 underscores between path segments. Specifically I wanted to generate guards like...
Is it possible to specify a directory separator with path and keep the case of the path/file name?
I want to have a file like `Some/Dir/file.h` to have a guard like `GUARD__Some__Dir__file_h__`. The closest I've been able to get so far is `GUARD_SOME_DIR_FILE_H__`.