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
luigi__
c07b76dc86
Fix a bug with the touchscreen when the toolbar is enabled.
2009-12-22 19:08:34 +00:00
luigi__
1f58256b66
Windows port: make the toolbar optional as zeromus suggested.
...
Also took the liberty of clarifying the View menu a bit.
2009-12-22 18:52:47 +00:00
luigi__
b1f426ba3f
Fix a sizing bug when changing screen layout.
2009-12-22 18:03:04 +00:00
zeromus
1058078891
it no longer lets WM_COMMAND fall through to WM_NOTIFY
2009-12-22 17:51:47 +00:00
luigi__
c7baaff898
Last commit messed up includes. Fixed.
2009-12-22 17:44:07 +00:00
luigi__
ba2ba7cca4
Fix compilation errors.
2009-12-22 17:40:57 +00:00
luigi__
47c8545bee
Windows port: Add a toolbar to the main window.
...
Unfinished, lacks some tooltips and some other buttons. But atleast the big part is here.
2009-12-22 17:25:32 +00:00
mtabachenko
fad737ae87
RTC:
...
- fix "Select Out" low mode (fix bug #2919073 );
2009-12-22 15:00:15 +00:00
mtabachenko
539aa86231
core:
...
- fix bug in RTC;
2009-12-21 23:42:14 +00:00
riccardom
e89cfe3a49
Remove c&p error in configure.ac that broke alsa as default
...
mic implementation.
2009-12-21 21:17:56 +00:00
zeromus
76c3d62147
speculative fix for some failure-to-wake problems: maybe any irq should wake up arm7, and it is supposed to set up reasonable irq enables before going to sleep.
2009-12-21 21:09:37 +00:00
zeromus
b57aabc994
add card eject emulation
2009-12-21 20:33:22 +00:00
normmatt234
db8774bdbf
make carts think they are booted from card. (firmware sets this value).
2009-12-21 20:09:25 +00:00
mtabachenko
5e0a1bb8d1
- add FLASH 8mbit save type support and fix import backup memory;
2009-12-21 19:41:52 +00:00
riccardom
a11364e8d9
Add experimental OpenAL microphone support (patch #2918507 )
...
Add OpenAL microphone support as provided by ncalexan.
[rm: cleaned up the patch a bit using debug macros instead
of plain printf and cleaning autotools stuff a bit.
Not so sure it still builds on macos x so please raise
your hand :)
]
2009-12-21 18:36:40 +00:00
zeromus
60e382c816
win32: what you dont like my debug printfs?
2009-12-21 18:10:19 +00:00
zeromus
c9e117452f
win32: minimally handle lcd layouts in fullscreen
2009-12-21 17:56:53 +00:00
zeromus
56c4cbc679
win32: fix fullscreen stylus coords
2009-12-21 17:33:16 +00:00
mtabachenko
41297b6d8e
core:
...
- the type of ROM serial code is changed (now NTR-****-***)
2009-12-21 14:06:04 +00:00
zeromus
0eae3afc27
win32: might as well add the maximize button now
2009-12-21 08:09:10 +00:00
zeromus
482267cd75
win32: add alt+enter hotkey to delete all your pokemons
2009-12-21 08:00:39 +00:00
mtabachenko
ee6f3dff11
winport:
...
- add to new custom printscreen code 3D render info;
2009-12-21 00:19:35 +00:00
zeromus
3f59a0b5d4
win32: dont screensave while using gamepad
2009-12-20 20:56:44 +00:00
zeromus
0490039779
win32: fix newlines in action replay cheats edit, and fix sticky pause condition when resetting or loading games
2009-12-20 17:19:32 +00:00
riccardom
8941b4aba9
Add missing header for memset and declare strings as const char.
2009-12-20 14:43:30 +00:00
mtabachenko
bc56097041
- another fix :)
2009-12-20 14:40:27 +00:00
mtabachenko
659b0dbcb6
- fix for non WIN32 compilers;
2009-12-20 14:36:43 +00:00
mtabachenko
9d56185bc2
oops, typo fix, sorry
2009-12-20 13:53:46 +00:00
mtabachenko
039e177db6
cheats:
...
- fix EXXXXXXX code;
2009-12-20 13:46:46 +00:00
mtabachenko
6fe8d6bdc7
cheats:
...
- cleanup & add classes;
- new cheat file format;
tools:
- add 'cheat file format converter' (.dct) from old versions (console);
2009-12-20 01:31:58 +00:00
zeromus
f397adaf47
win32: a bunch of cleanup and fix recent roms not saving when emulator crashes
2009-12-20 00:06:45 +00:00
zeromus
64cecb1b3e
win32: try another tablet disabling tactic
2009-12-19 23:29:28 +00:00