meleu

Results 45 comments of meleu

my two cents: I like to not waste time thinking about syntax/styles while coding. In this context, I mean I prefer to always use `${curly_braces}` for consistency **and** just to...

**YAY**! thanks for sharing the workaround!

This is a known upstream ~~bug~~ caveat. The [shfmt README](https://github.com/mvdan/sh#caveats) lists this as a caveat, and suggests: > When indexing Bash associative arrays, always use quotes. demonstration: ```bash # key...

@mmatyas you can get the game id "on demand" using the ROM hash. This is the way RetroArch does.

Isn't it available by default on VSCode? That thing on the right seems to be the so called faux code: ![fauxCode](https://user-images.githubusercontent.com/8508804/82724112-26f22c00-9caa-11ea-9b19-3fdc3e706c73.PNG)

@leiradel, I've found our conversation talking about this stuff. We decided to stick with a core version and update once in a while due to the "not very controlled" way...

I want to solve this issue soon (as in removing the core binaries from the commit history). And I would like to know what are the drawbacks of creating a...

> I only know git superficially, so pardon my ignorance, but how does that improve what we have now if the two repositories will walk hand-in-hand? 1. The main issue...

[off-topic] @eadmaster - does RALibretro runs via Wine "out-of-the-box" or does it need some tweaks? - If it needs, would you mind sharing the tweaks you've made? - could you...

Looks like an ["endianess" issue](https://docs.retroachievements.org/Memory-Inspector-Overview#1632-bit-mode). I may be wrong but I think MemInspector always assumes little endian order. Maybe if you change the Memory View to 32-bit the values will...