Sir Codalot

Results 3 issues of Sir Codalot

The Linux version of Mesen seems to perform desktop integration tasks on every launch. Those desktop integration tasks include the invocation of update-mime-database and update-desktop-database. Both of these tools can...

When building for Dreamcast, glRotatef uses fsincos to get the sine and the cosine for the provided angle. However, fsincos expects degrees, but it was called with radians. The fix...

The common code of img4dc uses the C function realpath() to canonicalize/cleanup paths. Since -std=c99 was added to CMakeLists.txt, the code couldn't be built on Linux anymore, because realpath() is...