Readit News logoReadit News
farmerbb commented on The GTA III port for the Dreamcast has been released   gitlab.com/skmp/dca3-game... · Posted by u/Funes-
pipes · 8 months ago
I've got one of those, bought and installed it a few years ago. Unfortunately it doesn't work with all games. Maybe that has been fixed, but was very annoying to find that hydro thunder didn't work!
farmerbb · 8 months ago
If you're using an HDMI converter then that's most likely your reason for Hydro Thunder not working. Hydro Thunder notoriously doesn't work well with VGA output (HDMI converters for the Dreamcast usually convert the VGA signal)
farmerbb commented on A Year of WordHopper – Modern DOS Game Development Retrospective   kokoscript.com/2024/015.h... · Posted by u/thunderbong
farmerbb · 9 months ago
Really digging the IRIX-style CSS theme on this website.
farmerbb commented on Adding 16 kb page size to Android   android-developers.google... · Posted by u/mikece
warkdarrior · a year ago
Apps written in Flutter/Dart and React Native/Javascript both compile to native code with only shims to interface with the Java UI framework.
farmerbb · a year ago
Flutter/Dart, yes, React Native/Javascript, no. With RN the app's code runs via an embedded JavaScript engine, and even when, say, Hermes is being used, it's still executing bytecode not native machine code.

Also important to note that any code that runs on Android's ART runtime (i.e. Kotlin and/or Java) can get some or all of its code AOT-compiled to machine code by the OS, either upon app install (if the app ships with baseline profiles) or in the background while the device is idle and charging.

u/farmerbb

KarmaCake day1639August 31, 2017View Original