Commit Graph

4307 Commits

Author SHA1 Message Date
rogerman d18a0e1782 JIT:
- Enable MAPPED_JIT_FUNCS for the Cocoa port.

Cocoa Port:
- Change the default JIT Block Size to 12.
- Update some tooltips for the CPU Emulation Engine controls.

Cocoa Port (OpenEmu Plug-in):
- Make CommonSettings.jit_max_block_size=12 the default setting.
2013-04-17 17:31:51 +00:00
gocha 7d78f85f4c Reset firmware at movie play/record (if external firmware is not used). This prevents movie desync caused by games which rewrites firmware area during the play. (for instance, Ragnarok Online DS) 2013-04-17 13:03:23 +00:00
zeromus c3e55253d4 savestate firmware less totally wrongly 2013-04-17 01:59:52 +00:00
rogerman e7a7a38d91 Cocoa Port:
- Allow the Rotate Display Left and Rotate Display Right commands to be mapped.
2013-04-16 22:45:40 +00:00
rogerman 0abccb098f Documentation:
- Update ChangeLog with Cocoa frontend changes.
- Add note that some poly/texture coloring bugs are fixed on big-endian.
2013-04-16 20:46:56 +00:00
rogerman 259cb61992 Cocoa Port (OpenEmu Plug-in):
- Make CommonSettings.jit_max_block_size=15 the default setting.
2013-04-16 19:21:22 +00:00
rogerman 7c8d40f3d1 Cocoa Port:
- Change the default JIT Block Size to 15.
- Remove mappings for Debug and Mute/Unmute from the Default input profile.
2013-04-16 19:15:30 +00:00
rogerman 0fd7cdf6e8 Documentation:
- Update the Read Me for Macintosh to reflect the current feature set.
- Fix Public Forum link in the Read Me for Macintosh.
- Add Improving Emulation Performance section in the Read Me for Macintosh.
2013-04-16 19:12:02 +00:00
zeromus b8c21dd0ad work on changelog 2013-04-16 18:07:43 +00:00
zeromus ddb6c3dbe7 etc 2013-04-16 17:24:39 +00:00
zeromus 4c5793cc75 add mmu.fw.data to savestate.. but not tested 2013-04-16 17:23:57 +00:00
zeromus 94eb1a5103 spruce up jit settings dialog 2013-04-16 17:10:22 +00:00
zeromus b31e692921 misc slot1 config related stuff 2013-04-16 17:03:16 +00:00
zeromus 548aee9e83 fix some slot1 commandline configuration code errors 2013-04-16 16:24:03 +00:00
mtabachenko 3afdddafa0 winport:
- fix missing text in Hotkeys dialog;
2013-04-16 10:55:51 +00:00
rogerman 8cd082bdde Cocoa Port:
- Add support for changing the JIT max block size in Emulation Settings.
2013-04-15 23:44:21 +00:00
mtabachenko 70a2ac3fed winport:
- fix CPU features detection on x64 in SoundTouch module;
2013-04-15 21:19:15 +00:00
rogerman 664e7391bc Cocoa Port:
- Add support for SLOT-1 devices.
- New feature: Add new SLOT-1 Manager for handling SLOT-1 devices. Use the Emulation > Show SLOT-1 Manager menu option.
2013-04-15 21:01:37 +00:00
mtabachenko 31b7f554b9 winport:
- add hotkeys for change JIT block size; (default: Ctrl+Numpad+, Ctrl+Numpad-);
2013-04-15 20:23:04 +00:00
rogerman 3982cdb90e Cocoa Port:
- In the Xcode 4 project, enable LTO for the OS X App Release Build and OpenEmu Plug-in build targets.
2013-04-15 19:50:34 +00:00
mtabachenko 9bfbbb1441 winport:
- add "jit block size" field in Emulation Settings dialog;
2013-04-15 19:49:36 +00:00
rogerman e5c8509ad1 - Fix compiling of SoundTouch library when using GCC or Clang compilers.
- Fix detectCPUextensions() to work with 64-bit processors and certain compiler optimizations like LTO. We do this because the current version of the SoundTouch library (v1.7.0) uses cpuid for the CPU detection, which may not be available on all compilers.
2013-04-15 18:04:58 +00:00
zeromus 982cc77111 update soundtouch library sources 2013-04-15 16:05:18 +00:00
zeromus 734ed9a271 add ImageHasSafeExceptionHandlers=false to vs2012 sln to make it buildable (this was due to incorporation of a zlib built by old msvc) 2013-04-15 16:00:14 +00:00
mtabachenko 2db82d334c JIT:
- fix OP_SMLAW_B instruction in 32 bit mode (test on Golden Sun Dark Dawn);
2013-04-14 16:09:21 +00:00
mtabachenko 6989113b71 JIT:
- fix OP_SMLAW_B in 32 bit mode (test on Golden Sun Dark Dawn);
2013-04-14 16:04:54 +00:00
mtabachenko 440c666545 JIT:
- fix timings broken in r4561;
2013-04-14 08:45:43 +00:00
squall-leonhart c482d90d8a this fixes up the VS2012 debug property groups.
unlike vs2010, vs2012 will set the toolset property group in order to differentiate itself from vs2010 (and 2012 has 2 toolsets, v110 and v110_xp
this commit also changes the toolset to v110_xp (since some  people actually want to run vs2012 builds on XP (shock; horror)

anyway, because vs2012 sets the property group, the property group condition lines ending in /> were buggering up loading the file in vs2012, so these have been corrected and the required </PropertyGroup> lines have been inserted
2013-04-14 02:13:27 +00:00
rogerman 749badfd22 Cocoa Port:
- Add support for separating the DS screens while in Combo display mode.
2013-04-12 04:25:52 +00:00
rogerman d6c2dfa7dc Cocoa Port (OpenEmu Plug-in):
- Fix type in plist.
2013-04-11 23:51:17 +00:00
rogerman defb771f8a Cocoa Port (OpenEmu Plug-in):
- Update copyright year in plist.
- Add Sparkle properties in plist.
2013-04-11 23:34:45 +00:00
rogerman ae7f6c76d0 Cocoa Port (OpenEmu Plug-in):
- Fix bug where the display aspect ratio was incorrect.
- Update code to match the latest changes to the OpenEmu SDK.
- Do some code cleanup.

The method for building the OpenEmu Plug-in has changed. Please refer to this link for the newest build procedure:
http://wiki.desmume.org/index.php?title=Installing_DeSmuME_from_source_on_OS_X
2013-04-11 22:49:46 +00:00
rogerman bd571202e1 Cocoa Port:
- New feature: Audio files may now be used as audio generators for microphone input. Any Core Audio supported audio format may be used.
- New feature: A sine wave tone audio generator is now available as a microphone input.
- Fix bug where retrieving input device info from a CommandAttributes struct would retrieve garbage values if an object value was nil.
- Fix bug where editing input settings would immediately change the input device info state, instead of waiting for user confirmation as intended.
- Decouple the audio sample generation code from the microphone handling code.
- Do some code cleanup.
2013-04-10 21:59:55 +00:00
rogerman cc767726aa Cocoa Port:
- Fix bug where where nil profile names were unhandled.
- Prevent the user from continuing if a blank profile name is entered.
2013-04-04 07:17:18 +00:00
rogerman 41a4ee009f Cocoa Port:
- New feature: Users can now save and restore their favorite input settings as an "Input Profile". This feature may be accessed in the Input section in DeSmuME > Preferences.
2013-04-04 01:21:21 +00:00
squall-leonhart 02f7b9f030 my cleanup prevented the vcproj file from starting correctly because i added </PropertyGroup> for the Debug profile lines
this isn't required as these lines end in />
2013-04-01 13:11:00 +00:00
squall-leonhart 15470b2fe7 VCXproj cleanups for 2010 and 2012, no functional change 2013-04-01 12:54:01 +00:00
mtabachenko c542768e68 JIT:
- add commend line option to set max block size [1..100] (1-accuracy, 100-faster);
2013-03-31 22:20:06 +00:00
mtabachenko 59ff024507 JIT:
- fix typo;
2013-03-31 13:26:44 +00:00
mtabachenko 7033fcbf86 JIT:
- refactoring some code;
- fix & make static some timings;
2013-03-31 12:50:58 +00:00
rogerman 2ae5f548f9 Cocoa Port:
- In coreaudiosound.cpp, do not use deprecated Component Manager functions when running on OS X v10.6 or later.
- When checking the OS version, read SystemVersion.plist only once.
- Move the lowest-level utility functions to their own file, utilities.c.
- Geometry-based utility functions no longer take NSPoint and NSSize parameters, instead favoring raw double values.
- Disable JIT in the Legacy port, since it no longer works there and is too low priority an issue to make working again.
- Do a bunch of code cleanup.
2013-03-28 22:37:38 +00:00
zeromus e4d487bf14 implement BKPT instruction better 2013-03-25 20:41:41 +00:00
rogerman 2815eaf0af Cocoa Port:
- Fix compiling when using the Xcode 3 project.
2013-03-17 02:20:00 +00:00
rogerman 98ed8e83e6 Cocoa Port:
- Fix bug where the menu hotkeys for File > Load State Slot and File > Save State Slot weren't being passed to the event manager.
2013-03-13 23:02:27 +00:00
rogerman 12dc048a63 Cocoa Port:
- Fix a crashing bug where making the build using Xcode 4 would crash on OS X versions earlier than v10.7 (missing _strnlen() function).
2013-03-13 07:34:09 +00:00
rogerman b78553cca8 Cocoa Port:
- Fix a performance bug where CocoaDSDisplay objects weren't properly frameskipping.
- Fix compiling when building on a machine running Leopard.
2013-03-13 05:04:12 +00:00
rogerman a18082d29b Cocoa Port:
- Fix a crashing bug that can sometimes occur when removing an input mapping.
- Make command names and input setting strings localizable.
- Do some minor code cleanup.
2013-03-12 21:14:34 +00:00
rogerman 5cd1cdef80 Cocoa Port:
- Users can now take advantage of the new input handling system with a completely redesigned user interface. Check it out in the input preferences!
- New feature: Touch input can be mapped to any input device. In addition, touch coordinates can now be user-defined.
- New feature: Multiple inputs may be assigned to the same command at the same time.
- Enhancement: It is now possible to remove all input mappings from a command.
- Also, many new commands are available for mapping. They are: Execute/Pause, Reset, Mute/Unmute, Load State Slot, Save State Slot, Copy Screen, Set Speed, Enable/Disable Speed Limiter, Enable/Disable Auto Frame Skip, Enable/Disable Cheats, and Enable/Disable GPU State.
2013-03-12 09:13:29 +00:00
zeromus 4577cc9c92 win32-a little tweak to ogl display method, should fix some video cards.. dont think it should break anything 2013-03-11 02:05:28 +00:00
zeromus 7f7beb6027 win32-improve opengl display method, i hope. 2013-03-10 02:45:47 +00:00