Fridtjof Mund

Results 23 issues of Fridtjof Mund

This PR adds a new build configuration. sled is built as a .so + accompanying .jar, which can then be used by a Java application running on Linux to host...

enhancement

setting STATIC and DEFAULT_OUTMOD currently only works if done in `sledconf`. If set elsewhere (e.g. in a platform Makefile), the build breaks. However, for many platforms, there is only one...

enhancement

and merge it with out_ctru's SCREEN_SCALE. That way we have a generic mechanism to scale output.

There are various places (example: matrix_getx, matrix_gety, sdl_event_break in out_sdl2.c) where an int is used instead of a uint. Should we make variables strictly unsigned where it makes sense, or...

bug

This'll stop this warning from appearing when Let is used in a project: `WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.`

The java command line does not accept -- as an option, stopping before even executing KSC. Java version: Oracle JDK 1.8.0_152 OS: macOS 10.13.2 Things work again after commenting line...

bug

**To Reproduce** Steps to reproduce the behavior: 1. Convert a constant in assembly view to a char sequence, using the "Convert" menu on right click. 2. Refresh decompile view **Expected...

Type: Bug

write_many sent the register and data in separate write calls, which triggered chip select twice, causing the first data byte to be interpreted as a register again. I fixed this...

Since #178, the unread messages badge disappears from the view hierarchy (!) under yet unknown conditions.

ui
regression