gssasa.blogg.se

Emu48 warmstart
Emu48 warmstart







  1. #EMU48 WARMSTART UPDATE#
  2. #EMU48 WARMSTART ANDROID#

#EMU48 WARMSTART ANDROID#

I liked it much better without the bright gray, is there a way to get rid of it again, for all built in ones? (preferably a global setting, no fiddling with all individual kml files an android please )

#EMU48 WARMSTART UPDATE#

(04-04-2019 07:53 AM)Lode Wrote: The previous version (before 14 march update I think) of the app had black background (or at least one that was not noticeable, which was good), now it's bright gray (there are now two thick bright gray borders left light and right on android, for all built in calculators/skins/kml files) Replacing int with bool made data structures more compact, but it also caused compatibility headaches where data structures are persistent, i.e. When I changed the project from C to C++, I started using bool instead of int where appropriate, but mostly in new code, leaving old code alone. In Free42 I used int for bool originally for that exact reason. This convention survived for a long time, because it took so long before C adopted bool - I think bool only became an official part of C in the C99 standard. In early C, there was no dedicated Boolean type, so they used int instead, with the convention of saying 0 = false and 1 = true (or any nonzero value). Using an 8-bit quantity is still wasteful, but a common compromise since it's usually the smallest addressable unit. To save space? Using a 32-bit type of which you're only using one bit is rather wasteful. (04-04-2019 12:16 PM)ijabbott Wrote: I wonder why BOOL was defined as signed char for the Android build? If it was for iOS I could maybe understand it.









Emu48 warmstart