Commit Graph

3342 Commits

Author SHA1 Message Date
mtabachenko 2e4fb2384c core:
- some fixes in PU and cleanup MMU;
2010-01-21 23:29:00 +00:00
mtabachenko 5f49036c2a core:
- add PU for ARM7 BIOS region (fixed #2598209, #2596062);
2010-01-21 15:00:50 +00:00
luigi__ 01aef49125 Luigi__ is stupid stupid stupid stupid stupid stupid
pcap_open without the promiscuous flag!!!
2010-01-20 21:04:33 +00:00
luigi__ 7ab58ee5b2 Wifi: a few optimizations. 2010-01-20 17:58:44 +00:00
luigi__ 2072f74f71 Oops. 2010-01-20 17:40:24 +00:00
luigi__ 51497fc1a8 Wifi: put PCap functions in the platform driver.
Load WinPCap symbols through GetProcAddress(), remove linking against WinPCap, more graceful failing at GUI side when PCap is missing.
2010-01-20 17:31:51 +00:00
luigi__ a841946fd8 Wifi: rewrite SoftAP's packet receiver so that it can now receive up to 64 packets per millisecond. Use nonblocking mode (speedup).
Connections to the internet are still wonky. Are packets still being missed? Dunno.
2010-01-20 15:48:19 +00:00
zeromus c3bd9cd6e4 sdlports: fix bizarre occasional touchpad failure 2010-01-20 06:54:57 +00:00
zeromus b395a819e1 fix some valground bugs 2010-01-20 06:22:42 +00:00
zeromus 12259cefcd oops, apparently vc6 doesnt save dsp until you close it 2010-01-20 05:47:36 +00:00
zeromus ef6022e61e add a readme for howto build 2010-01-20 05:44:26 +00:00
zeromus 33c8717151 organize vio2sf for easier distribution 2010-01-20 05:22:32 +00:00
kode54 caaebe35e6 Fixed doubled interpolation options in Winamp configuration 2010-01-20 04:56:59 +00:00
luigi__ 58d236151a Wifi: some bugxifing. After that I've been able to use ClIRC (IRC client for DS) and chat on #dolphin-emu! But I couldn't connect to freenode.net for some reason.
Also, I readded the WFC profile for SoftAP, which would be needed by some homebrew. But I made the connection ID field empty. Anyway WFC doesn't work, remember.
2010-01-18 21:19:41 +00:00
luigi__ b496da643d Wifi: fix a bug due to the new POWCNT1/2 implementation. 2010-01-16 01:10:28 +00:00
luigi__ 31c31675c5 ARM: fix execution time for MUL/MLA opcodes. 2010-01-14 21:35:14 +00:00
luigi__ d0cfc8d6be Add an option to patch the DelayLoop SWI when loading BIOS images (speed hack).
Will work ONLY with Nintendo BIOS dumps! (the addresses that are overwritten are hardcoded).
2010-01-14 18:55:45 +00:00
zeromus e03efa73ef core: set default cpu stacks, necessary for bitbox demo sound 2010-01-14 00:18:32 +00:00
riccardom c80f085444 Fix OpenAL on Mac OS X (hopefully)
Unfortunately we are not able to check if OpenAL is
available or not on mac os x so add it as requirement.
2010-01-13 11:21:48 +00:00
riccardom a7032a211e Cleanup the openal microphone code a bit. 2010-01-13 10:48:18 +00:00
zeromus f82946cd96 core: properly emulate POWCNT1 and POWCNT2 (fix picross bootup) 2010-01-13 05:15:21 +00:00
riccardom 4306e404e4 Whitespace cleanup. 2010-01-11 16:11:11 +00:00
zeromus 14b1122641 win32: apply patch [2925555] to stop emu from crashing when no sound device is available 2010-01-10 07:41:14 +00:00
zeromus 685e8ef91e add a note about how to execute ideas printf 2010-01-09 20:41:23 +00:00
zeromus 7874f746eb gfx3d: fix a bug in vectest? 2010-01-09 08:40:57 +00:00
kode54 024e8b9707 Fixed vio2sf interpolation setting, imported foobar2000 0.9 SDK, imported missing files from foobar2000 0.8.3 SDK 2010-01-09 04:14:00 +00:00
kode54 16c57263de Updated MSVC6 project files, bundled necessary parts of foobar2000 0.8.3 SDK 2010-01-09 01:53:29 +00:00
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