Commit Graph

3415 Commits

Author SHA1 Message Date
zeromus 7a88e3e80d add old vc6 projects in case theyre needed 2010-01-09 00:33:29 +00:00
zeromus ec367f17be tools: add vio2sf; enable mute channels and add interpolation choice 2010-01-08 23:56:14 +00:00
mtabachenko 2ef411f641 winport:
- fix VS2008 x64 builds;
2010-01-08 13:07:30 +00:00
riccardom d41862a36a Updated Traditional Chinese translation from Ronmi Ren #2922635. 2010-01-07 14:35:00 +00:00
zeromus 4ae597c2f0 fix some warnings, move alignment masks ahead of other logic in the main mmu routines (fixes potential crashes when accessing totally terrible addresses), crudely emulate OP_BKPT 2010-01-01 09:03:00 +00:00
gocha d781e65e09 windows: fix some obvious weird errors of Japanese translation, add some new items from the English resource, and add a few of new translations. 2010-01-01 02:02:21 +00:00
zeromus dc5dbcba26 win32: fix non-checked language menu items 2009-12-29 06:18:32 +00:00
zeromus bd96da18a6 win32: fix vs2008 x64 builds 2009-12-29 06:08:19 +00:00
zeromus 19d38dc7aa win32: fix compile error 2009-12-28 17:17:40 +00:00
riccardom bb36f962ab Update desmume.pot, sorry translators. 2009-12-28 14:38:20 +00:00
riccardom 87f422bf6f Move _NOSSE_MatrixMultVec4x4 declaration in matrix.h
instead of inside a function in gfx3d.cpp. The _ suggests
it was meant to be in someway private but it's already
used outside matrix.cpp.
2009-12-28 14:08:01 +00:00
riccardom c1b4ad4ea2 Remove unused variable in gbagame addon and sort
initialization order in firmware class to shut up
gcc warnings.
2009-12-28 13:48:40 +00:00
riccardom bc53cc5a22 Shut up declaration vs initialization order gcc warnings. 2009-12-28 13:42:37 +00:00
riccardom 9cb111f927 Correct EXPERIMENTAL_WIFI_COMM ifdef position to avoid
compiling unused stuff.
2009-12-28 13:35:51 +00:00
riccardom c7fd1a9d07 Remove unused vars. 2009-12-28 13:24:40 +00:00
riccardom e2ca4ed530 Check fgets return code and shut up signed vs unsigned
integer comparison gcc warning.
2009-12-28 13:22:49 +00:00
riccardom 92090532b2 Make logo_dataconst and shut up gcc warning about signed
vs unsigned integer comparison.
2009-12-28 13:12:23 +00:00
riccardom 91be00d42e Add missing parens. 2009-12-28 13:07:59 +00:00
riccardom aa3cb25961 extern is not needed in this declarations. 2009-12-28 13:06:06 +00:00
riccardom fb0b919205 Remove duplicated NDS_CreateDummyFirmware declaration,
already available in firmware.h
2009-12-28 13:05:31 +00:00
riccardom 21c4253efc Add default case to switch to shut up gcc warnings about
missing handling of possible enum values.
2009-12-28 13:00:32 +00:00
riccardom 5ba23ec012 Remove unused vars. 2009-12-28 12:54:54 +00:00
riccardom dfbfdac140 Make some functions static. 2009-12-28 12:52:46 +00:00
riccardom f78409a83f Fix includes for version.cpp 2009-12-28 12:43:58 +00:00
riccardom 0bf3a00a65 Move class members initialization so that gcc stops bitching
about their order.
2009-12-28 12:34:35 +00:00
riccardom bca1dfb9ac The declaration should be under ifdef too. 2009-12-28 11:27:23 +00:00
riccardom 99d2e8baa9 Move wx specific code inside proper ifdef and fixup wx
related menu code indentation.
2009-12-28 11:25:13 +00:00
riccardom 5e8af885e1 Remove some commented code and fixup a comment indentation while at it. 2009-12-28 11:20:15 +00:00
riccardom fb9ead56d5 Remove unused but computed baseaddr variable. 2009-12-28 11:16:37 +00:00
riccardom ed6fd31c38 Add a simple auto frameskip to the gtk frontend
Add a simple auto frameskip method based on effective fps
ratio (fps / 60). If the ratio is too low add more frameskip,
if the ratio is too high or we are skipping too much do
the opposite. The proposed patch that led to this one is
available in bug #2862131.
While at it shorten the number of frameskip values
available since they skip too much to be playable.
2009-12-28 11:15:37 +00:00
riccardom 559039dc38 Shut up signed vs unsigned integer comparison warning by gcc. 2009-12-28 11:04:34 +00:00
riccardom e60dffbc84 Add zh_TW localization from Ronmi Re, #2921906. 2009-12-28 10:46:24 +00:00
zeromus 2f2dccee70 win32: apply patch: validation an add/edit cheat [2921008] 2009-12-27 19:12:10 +00:00
zeromus dcbff3f40b fix crash/freeze when adding internal cheats [2921845] 2009-12-27 18:57:10 +00:00
luigi__ efc55ff761 VS2008 project: Release Fastbuild is now Dev+ build.
Reason for that is that some things, like breakpoint support, will likely cause a slowdown. They can't be left in the normal build.
Now you don't have to modify your project file in order to build a Dev+ desmume when dev'ing.
2009-12-26 21:15:34 +00:00
zeromus d6ea4bf138 win32: fox bogus string loading function 2009-12-26 17:31:19 +00:00
mtabachenko 1d7d7df7e9 winport:
- fix load a settings of GuitarGrip;
- add saving a status of cheats (disabled/enabled);
2009-12-26 10:10:55 +00:00
zeromus 52b8847c04 more screwing around with languages 2009-12-25 17:18:20 +00:00
riccardom 0649ef51f5 No need to define HAVE_OPENAL here. 2009-12-25 15:14:58 +00:00
mtabachenko 3969516d0b - add check for bounds of internal cheats; 2009-12-24 18:49:50 +00:00
mtabachenko e629f9ea7a - fix load/save of cheats; 2009-12-24 18:16:21 +00:00
zeromus 094a1870c2 win32: checkin some chinese junk 2009-12-24 17:40:06 +00:00
riccardom 437d19fd24 Write message error when something fails in alsa microphone init(). 2009-12-24 15:05:13 +00:00
mtabachenko 7e959377ae typo fix in cheats :) sorry 2009-12-23 14:58:21 +00:00
mtabachenko 5bcac684dd typo fix in cheats :) 2009-12-23 14:56:44 +00:00
mtabachenko 69c199b857 winport:
- fix ddraw backbuffer for filters;
2009-12-23 14:42:46 +00:00
mtabachenko c762cdf95d winport:
- rewrite DirectDraw implementation (now it correctly works in Win7 HW mode);
2009-12-23 13:45:09 +00:00
nitsuja a9d76cb8c5 - fix some window size bugs regarding interaction between toolbar/lockdown/maximize/rotation/gap/layout
- make close rom clear the screen
- disable auto-unpause-on-reset if a movie is active
- prevent menu display from lingering over toolbar sometimes
- switch cw/ccw toolbar buttons (because the previous order was really confusing)
- fix crash in DD_DoDisplay
2009-12-23 12:10:25 +00:00
luigi__ 9a4457e4ff Add some rotate buttons to the toolbar, fix the black/random line under the toolbar and remove useless code. 2009-12-23 00:11:50 +00:00
zeromus 7e800960ff win32: add directdraw software-forcer (config > display method), to fix some systems with broken directdraw as well as block the bilinear filtering in winxp 2009-12-22 22:11:14 +00:00