Commit Graph

3661 Commits

Author SHA1 Message Date
zeromus 1994e00506 fix boneheaded hotkey mistakes 2010-12-11 18:37:33 +00:00
zeromus 0f94429bab add support for varying stylus pressure. not tested very well. default hotkey shift +/- 2010-12-10 05:17:34 +00:00
zeromus f0d3bd7f40 2010-12-04 23:05:19 +00:00
zeromus d93668c4c0 change all code related to padding save memory to go through one function that pads with 0xFF. maybe that will help fix some mysterious quirks in save file importing. 2010-12-03 20:07:44 +00:00
zeromus be8b6906c8 fix some ipc fifo bugs (fixes Defc0n-Zero demo and some recent libnds fifosystem changes) 2010-12-01 08:08:52 +00:00
zeromus fde699f8d9 fix up wx msvc 2010-11-24 23:58:21 +00:00
zeromus da27b3e49e remove some useless stuff 2010-11-24 23:46:50 +00:00
dormito 5c1a85e264 prevent crashesh when sound is enable but no working soundcard is avalible 2010-11-23 05:06:34 +00:00
zeromus b50a86f560 add some error handling for ridiculous mis-uses of cflash directories containing too many GB of files 2010-11-23 01:45:48 +00:00
zeromus 4ffac4d2df 7z libs should not include a hacky overridden operator new() made for msvc6 compatibility 2010-11-23 01:40:34 +00:00
dormito 189ea22a75 set target throttle speed to 1.00x and save/load from ini 2010-11-21 05:40:33 +00:00
dormito 168aa1c39f restored "Display Frame Counter"'s ID back to ID_VIEW_FRAMECOUNTER 2010-11-21 02:54:59 +00:00
dormito 04e454c8a3 corrections to make IDs reguarding the font switcher unique 2010-11-19 09:20:35 +00:00
zeromus ef37c65f92 add hud font switching code 2010-11-19 08:26:07 +00:00
zeromus 4e181756da etc 2010-11-18 02:35:37 +00:00
zeromus efdd1e8621 oh i see. GPOINTER_TO_UINT as well 2010-11-17 08:08:22 +00:00
zeromus 0bb93e7c8c ok i shouldve checked for these all at once but now i did and this is the last 2010-11-17 08:06:49 +00:00
zeromus 73b9cd6503 more of the same 2010-11-17 08:05:43 +00:00
zeromus 07f8735d02 fix 64bit GPOINTER_TO_INT ? 2010-11-17 08:04:27 +00:00
zeromus 8a38d05f18 osx compile fixes from recent libfat additions 2010-11-17 07:31:02 +00:00
zeromus 4180b540a7 fix regression from r3848 that was making some mic malfunction 2010-11-14 07:25:24 +00:00
zeromus 5141a38ec6 apparently 100% of pokemon AR codes were typed with the letter O in place of zero in some places, so lets try to adjust for it in the parser 2010-11-13 17:57:09 +00:00
zeromus 95b62807e3 a bit more granularity for fps throttle control, and add OSD message display for it 2010-11-10 19:34:45 +00:00
zeromus e901dd33a2 spu: don't track user spu in synch mode (probably negligable speedup) 2010-11-09 21:34:42 +00:00
zeromus 3562dbad63 unify emufile across emulators 2010-11-07 23:33:11 +00:00
mtabachenko 84e9be0e29 - remove spi printf; 2010-11-07 13:50:45 +00:00
zeromus 98965bac99 emulate temperature register*
* the temperature is always 309 kelvins
2010-11-07 04:02:38 +00:00
gocha e7dc68e5ce Lua: add menu functions, sample http://pastebin.com/VD9quJRS 2010-11-06 14:59:44 +00:00
zeromus 2e7f6bd52a try rewriting part of the AR parser a little differently to see if it will trick vs2010 into working 2010-11-04 09:44:52 +00:00
mtabachenko 7d31f5569b -fix Windows x64 build; 2010-11-03 16:35:55 +00:00
gocha c529adf458 Fix lua51.lib reference error 2010-11-02 03:35:58 +00:00
zeromus b691731341 visual studio: clean up lua-related building mess 2010-10-30 21:15:50 +00:00
gocha 98589c29bd ramwatch: oops, "new" button must be always active 2010-10-30 06:50:00 +00:00
zeromus 8b01f9eb3d 2010-10-27 04:44:26 +00:00
zeromus 3cc1963129 vcxproj should not have wifi comm enabled by default 2010-10-27 01:42:11 +00:00
zeromus 711e0779ab 32bit vs2010 vcxproj was worthless and broken 2010-10-27 01:33:51 +00:00
zeromus 834bc40a56 add cache miss analysis debug toy 2010-10-26 22:54:30 +00:00
zeromus f841376e58 delay load lua51.dll 2010-10-26 20:48:24 +00:00
gocha a1bd1e4872 Link to lua51.dll instead of static lib 2010-10-23 11:59:49 +00:00
zeromus 81f72036b8 add 20.12 display to ram watch 2010-10-23 02:50:13 +00:00
zeromus 5d5d6fbf91 add 20.12 fixed point display to mem view 2010-10-23 02:40:59 +00:00
zeromus cee3ce6bad make libfat reflect recent svn change 2010-10-23 02:40:18 +00:00
zeromus 1a42e8103b fix severe memory leak in recently changed gtk code. attn xrmx. must be ported to release branch. 2010-10-14 05:58:28 +00:00
zeromus fbd3bd438c fix bug in changelog and little memory leak 2010-10-14 05:41:05 +00:00
zeromus cd024f7c69 apply yonizaf's search cheats hotkey patch #3086897 2010-10-13 20:55:26 +00:00
gocha 6a35a42883 ramwatch: fix the multiple selection glitch of watch up/down 2010-10-09 07:41:42 +00:00
adelikat e89f37f38d Movies - Add in functions for "bullet-proof" read-only state loading. Functions not hooked into the code yet. 2010-10-08 14:35:23 +00:00
adelikat 8b98ed38e1 movie.cpp - hook up GUID mismatch error message 2010-10-08 14:11:12 +00:00
zeromus 576255a0b8 fix emulator crash caused by uninitialized blending table. now.. why did it only show up in linux? some nondeterminism difference between windows and linux emulation.... disturbing.... 2010-10-07 23:33:07 +00:00
zeromus 2443cf866a remove useless 0 byte file (continued) 2010-10-07 21:20:46 +00:00