Harrison

Results 23 issues of Harrison

I'm completely new to this, so forgive me if I sound stupid, but is it possible to create a faux Xbox Controller so the SC could work as a system-wide...

enhancement

I was looking through the MP3Player code and I don't think there's a function for getting the current position while playing an MP3 file. Is it possible to implement this?

enhancement / RFC

These functions make it possible to manage GRRLIB's 2D matrix and transform it directly and safely from GRRLIB.

This PR adds support for devices with a 32-bit UEFI (and a 64-bit CPU), which include many Bay-Trail-powered devices.

I'm currently using Lua 5.1 (LuaJIT). When using the `require_file` function, I'm getting this error: ``` (More "inlined from" statements above this but they're not important) inlined from 'sol::optional sol::state_view::is_loaded_package(const...

This pull request addresses issues #3 and #10 by making the following changes: * The phase 3 sprites used for Tricky, Hank, Boyfriend, and Girlfriend have all been rescaled via...

So I've been trying to compile zepto8, and I managed to compile it up to these errors: ``` In file included from pico8/cart.h:21, from player.h:21, from zepto8.cpp:23: ./pico8/memory.h:315:27: error: member...

Hi; apologies for not using the bug report template. Since this isn't an issue with MAME itself, many of the fields didn't really apply. Some time ago, I worked on...

## PR Description: Some improvements to the installation of bootloaders on devices with UEFI: * GRUB: * Adjusted the grub-install parameters * Disabled the `--bootloader-id` option, using the default `grub`...

I tried running a simple program that plays music with the following code: ```lua music(0) ``` However, this soon led to a segmentation fault. I then tried adding _init(): ```lua...