frranck
frranck
Hello Walter, thanks for the lib. Would there be a way to skip the "is not a valid attribute" for attributes name not in your list? Cheers
Hello @reenodadada What about a submarine theme kind of level, i.e. inside a submarine from _Twenty Thousand Leagues Under the Sea_ or on the ship from _The Life Aquatic with...
Based on SameBoy, it should be semi-minor. https://github.com/LIJI32/SameBoy/blob/6b30de5fb1c9c7c177ea544db9fe82e7d40a2171/Core/rumble.c https://github.com/LIJI32/SameBoy/blob/195329463b0927c6e9bf13ea2aceb849b5301bb1/Core/rumble.h https://github.com/LIJI32/SameBoy/blob/bdd27ce50d4b27898e11e8a34c9371e210f10846/libretro/libretro.c The trick is how to modulate the rumble amplitude. `rumble.set_rumble_state(0, RETRO_RUMBLE_STRONG, 65535 * amplitude);` If you do that, you mightest...
I tried to load .MOD and .XM in that branch https://github.com/Javanaise/mrboom-libretro/tree/adding_music using ibxm but I'm getting some "audio_mixer_play_mod cannot retrieve duration !" errors. If I change https://github.com/Javanaise/mrboom-libretro/blob/adding_music/libretro-common/audio/audio_mixer.c#L599 to replay =...
Hello Michael, I'm trying to draw colored polygons but I would need their lines not to have any gradient and only use the color I'm filling them with. Any idea...
Hi, What is the procedure and what are the best practices to update an existing project ? Would be good to have this addressed in the documentation.
Hello, I'm getting this error on OS X: ``` franck@Admins-MacBook-Pro PatreonDownloader.App % dotnet run --url https://www.patreon.com/user/posts?u=27022 --verbose zsh: no matches found: https://www.patreon.com/user/posts?u=27022 ``` Any idea?
If i do the same GET (same url) in // 5 times. (with the caching off.) each different completion function will be called multiple times (more than 2, sometime up...
Hello, I'm getting "unexpected end of JSON input" errors on coinmarketcap.Ticker(&coinmarketcap.TickerOptions{ Symbol: "ETH", Convert: "USD", })