Results 97 issues of Maximilian Downey Twiss

Some games, i.e. MP8/9? (not sure which), as well as certain emulated Neo Geo games, and so on, don't make save files. This way, you can still access their banners.

While attempting to compile Dolphin for UWP, the included mGBA failed due to the following error: ``` 'FOLDERID_RoamingAppData;' undeclared identifier ``` This was at line 225 of `src/core/config.c`, although in...

As said in a3d894000b7243e4bfd54f99de3bee8154827897, this check is only intended for OSX. ``` Instead of using gettimeofday(), switch to clock_gettime() with CLOCK_MONOTONIC on systems that support it. OS X does not...

Also update fish to source from there. ### Run the following to get this pull request's changes locally for testing. ``` CREW_TESTING_REPO=https://github.com/Zopolis4/chromebrew.git CREW_TESTING_BRANCH=scopedin CREW_TESTING=1 crew update ```

Option 3. In order for this to work, the ruby binary needs to be reuploaded as `.tar.xz`. I am aware that changing ruby to `.tar.xz` will lead to slower decompression,...

## Description When finished, this PR will have package.rb find the binary_url of packages using the variables already present, instead of having a bunch of unnecessary lines in each package....

When finished, will resolve repology/repology-updater#1236. Having a couple of issues with loading package.rb, would welcome some help. Ruby is not my strong suit.

Currently fails due to some upstream issues (microsoft/vcpkg#10805), but the rest should work in theory once the dependency issues are resolved.

Hurd uses a different version of Mach that does not have `mach/clock.h`. https://www.gnu.org/software/hurd/hurd/porting/guidelines.html ``` #ifdef __MACH__ Some applications put Apple Darwin-specific code inside #ifdef __MACH__ guards. Such guard is clearly...

Hurd also uses Mach. https://www.gnu.org/software/hurd/hurd/porting/guidelines.html ``` #ifdef __MACH__ Some applications put Apple Darwin-specific code inside #ifdef __MACH__ guards. Such guard is clearly not enough, since not only Apple uses Mach...