EmuCR Feeds
Email Us

EmuCR:DeSmuMEDeSmuME SVN r4126 is released. DeSmuME is an open source Nintendo DS(NDS) emulator for Linux, Mac OS and Windows. DeSmuME supports save states, the ability to increase the size of the screen and it supports filters to improve image quality. DeSmuME also supports microphone use on Windows and Linux ports, as well as direct video and audio recording. The emulator also features a built-in movie recorder.

DeSmuME SVN Changelog:
r4122
cheatSystem: free() needs stdlib.h
r4123
GPU: Fix compiler warnings (#3436995)

gcc throws some compiler warnings in GPU.cpp because it's
passing NULL for an u32 argument. NULL is only used for
pointers, correct should be to pass the numeric value 0.

From: hanno boeck
r4124
task: Add Mac OS X backend (#3414787)

As of October 2011, Mac OS X does not support named semaphores.
So instead of trying to rework the existing Linux code to work
with semaphores in both OS X and Linux, it's easier to reimplement
with pthread mutexes for just OS X.

From rogerman.

xrmx: fixed gcc warnings for storing NULL in a pthread_t.
Also while at it moved the includes on top.
r4125
path: shut up cppcheck " Unusual pointer arithmetic" error

[src/path.h:252]: (error) Unusual pointer arithmetic
r4126
windows/filter: fix use of unitiliazed variable

Spotted by Merkil using cppcheck (#3413784)

Download: DeSmuME SVN r4126 32bit
Download: DeSmuME SVN r4126 64bit
Source: Here

1 Comments:

Can't post a comment? Try This!