bbbbbr

Results 78 comments of bbbbbr

Can you briefly describe the improvements this offers? And, could it be re-licensed to be under the GPLv2 + LE so that its license is in harmony with the majority...

A couple other things: When building with this patch there is an error (syntax format): > `../pad.s:78: Error: Invalid Addressing Mode.` If that is fixed then there is an additional...

Great! And yeah, a pinned issue seems like the most straightforward way to accept add-game requests. As long as the others who are listed as Contributors are up for that....

I too would like to turn on reporting (for last.fm purposes), but strongly agree that such a feature should have a permanent setting (either opt-in or opt-out) for those who...

Looks like librespot-java maybe supports this? Original Issue https://github.com/librespot-org/librespot/issues/342#issuecomment-613425917 Implementation: https://github.com/librespot-org/librespot-java/pull/155 Callstack-ish overview of what's used to do that: trackPlayed() https://github.com/librespot-org/librespot-java/blob/88149a2b55f13db0cd64c30c7f24978c789c02ec/player/src/main/java/xyz/gianlu/librespot/player/Player.java#L415 endMetrics() https://github.com/librespot-org/librespot-java/blob/88149a2b55f13db0cd64c30c7f24978c789c02ec/player/src/main/java/xyz/gianlu/librespot/player/Player.java#L731 sendEvents() https://github.com/librespot-org/librespot-java/blob/802ecf8cca8e30ca794f9fbd923a2486bf8630df/player/src/main/java/xyz/gianlu/librespot/player/metrics/PlaybackMetrics.java TrackTransitionEvent() https://github.com/librespot-org/librespot-java/blob/802ecf8cca8e30ca794f9fbd923a2486bf8630df/player/src/main/java/xyz/gianlu/librespot/player/metrics/TrackTransitionEvent.java When using the...

In theory this might be an option: https://github.com/InputUsername/rescrobbled Haven't been able to test it yet since my system doesn't appear to have the required GLIBC version, and I haven't tried...

You might also consider using the small Sound FX driver CBTFX: https://github.com/datguywitha3ds/CBT-FX Then it's easy for people familiar with FX Hammer to create very nice SFX that can be imported....

Can you summarize the suggestion? Is it to use the single source file hqx?

If you don't mind using a fork, I've modified the version packaged with GB Studio to use the html5 gamepad API. https://github.com/bbbbbr/gb-studio/tree/develop/appData/js-emulator To use it outside of GB Studio you'd...

Agree that an option to suppress the palette data would be useful. I will add it to my list of things to look into. With regard to `gb/cgb.h` , the...