libgdx / Jamepad

A better way to use gamepads in Java
Apache License 2.0
19 stars 11 forks source link

Allow configuration option to load db from memory instead of tmp file. #6

Closed PokeMMO closed 2 years ago

PokeMMO commented 2 years ago

Not yet tested, but compiles.

I don't like using ByteArrayOutputStream since it requires resizing + copying during toByteArray() but I don't see a better option to read (or even just get file length to optimize) from classpath in java7 without external dependencies.

MrStahlfelge commented 2 years ago

Do you need a snapshot build to test?

PokeMMO commented 2 years ago

That would make it easier

MrStahlfelge commented 2 years ago

New snapshot 2.0.14.2 will be available soon. When everything works as expected, please create a PR from sdl/memcopy to master