Commit Graph

3775 Commits

Author SHA1 Message Date
zeromus f72ce94f8d correctly emulate GX FIFO DMA of 0 words (why would anybody do that?) by properly freaking out 2010-06-16 20:48:26 +00:00
zeromus 68ffbc5ca7 random perk - auto-dldi patch 2010-06-15 03:16:17 +00:00
riccardom 4308f68535 Remove leftover, palette is already cleared some lines before. 2010-06-14 11:31:52 +00:00
zeromus 142a66bab0 gpu: fix blinking cursor in estpolis. 2010-06-14 00:54:14 +00:00
zeromus 45132ba796 what dont you guys like debug prints? 2010-06-13 23:11:33 +00:00
riccardom 125ecc8cf4 configured_features is a class and not a struct. 2010-06-13 15:08:57 +00:00
zeromus 24bff13260 convert heart of geometry engine to fixed point. some things will be broken but it is hopefully only one cause which we'll fix when we find it. but then again, maybe i broke everything. 2010-06-13 03:20:14 +00:00
zeromus 8fd20b6b3b fix use of uninitialized memory in compactflash leading to unpredictable failures 2010-06-13 03:16:11 +00:00
riccardom 0d6321b491 gtk: don't segfault with not available files in recent list
Instead of segfault display an annoying window and remove it
from the list.
Reported by tvtoon.
2010-06-02 12:31:09 +00:00
zeromus 42ffb6345a add version field to nds_header 2010-06-02 03:34:26 +00:00
zeromus c9551b5144 more cleanup of 0x08xxxxxx and 0x09xxxxxx along those same lines 2010-06-01 23:02:35 +00:00
zeromus 7e1ec9f583 some cleanup of banner info handling, so bitbox 4k demo loads again 2010-06-01 22:39:59 +00:00
luigi__ e40600564f Remove zeromus' stupid sabotaging. Completely block WFC. 2010-05-30 10:39:51 +00:00
normmatt234 e72cf1b901 add vs2010 filters file 2010-05-27 02:14:37 +00:00
yabause 79254b307a Applied patch by Guillaume Bedot to include missing files
in distribution.
2010-05-25 19:22:12 +00:00
zeromus 7535e4b8e0 oops debug prints 2010-05-24 14:58:48 +00:00
zeromus 0ba2839065 fix care of magical creatures (relies on invalid vram mapping behaviour); maybe break other things? 2010-05-24 03:07:23 +00:00
zeromus acb25f73a2 upgrade subwcrev.exe to a newer one which doesnt trip clamav 2010-05-19 02:23:22 +00:00
zeromus 2008c48d04 fix vs2010 x64 compilation 2010-05-18 04:46:06 +00:00
zeromus 37453c7af9 fix r3643 regression which broke arm7 on certain bios configurations due to bug in the bios protection check 2010-05-17 19:22:34 +00:00
gocha 40d58e14fc RAM Search: fix reset to update previous values
RAM Search: redraw the list when search size/format is changed.
Probably those are common bugs of the Gens-style RAM search dialog.
2010-05-16 08:40:45 +00:00
zeromus b6d3c26b2b auto-select #DEVELOPER if #GDB_STUB 2010-05-16 04:04:31 +00:00
zeromus ed7b6cd6f6 maintenance on gdb stub (should work again); don't crash when receiving invalid parameters for swi 0x1A-0x1C (and add a crude test case for that) 2010-05-15 23:23:10 +00:00
riccardom 0bb50b5372 Cleanup ExposeDrawingArea a bit. 2010-05-15 16:02:56 +00:00
riccardom 9f10047113 Uh, it looks to me that we should unref the gdk pixbuf
unconditionally.
2010-05-15 15:59:16 +00:00
riccardom d1e2adbbab Apply single screen patch from #2998869 by noodlebox. 2010-05-15 15:22:40 +00:00
zeromus da6af1be95 remove poopy hack 2010-05-15 14:32:26 +00:00
riccardom 85d94c07e4 Window size bugfix from noodlebox. 2010-05-14 08:28:28 +00:00
luigi__ bf6392079a screw default arm7 binary. The whole part about loading ELFs will be done differently. This is unneeded. 2010-05-13 16:41:38 +00:00
luigi__ 4885c6588b Fix WinPCap loading. No idea why zeromus made it load pcap_send() instead of pcap_sendpacket(), but now it supports both, and if pcap_send() can't be found, pcap_sendpacket() is loaded instead. 2010-05-13 16:12:12 +00:00
luigi__ 04d9bec939 Add in default ARM7 binary from libnds, under both raw and ELF format. 2010-05-13 14:54:34 +00:00
riccardom a6c6f6b354 Make some global variable with a common name static to
avoid clashes.
2010-05-13 13:43:24 +00:00
riccardom 7e3c80e1d8 gtk frontend: nds_screen.size_ratio is not needed anymore. 2010-05-13 11:52:56 +00:00
riccardom 02b5aa97e5 List enhancements from needlebox's patches. 2010-05-12 19:11:46 +00:00
riccardom c43184b77b make distcheck does not like file supposed to be
translated which are not. So for now add wx frontend
related strings to the skip list.
2010-05-12 16:33:58 +00:00
riccardom ad1dc864fc Fix make distcheck
Add wx to DIST_SUBDIRS as suggested by Guillaume.
2010-05-12 16:24:03 +00:00
riccardom be3000353b gtk frontend: Ignore initial mouse clicks from outside the
touchscreen, but allow dragging outside of it once touch
is started.

Patch from #2998869 by noodlebox.
2010-05-12 16:11:10 +00:00
riccardom 77024d3b82 On glib > 2.14 save screenshots on XDG specified dir for
pictures.
2010-05-12 16:02:08 +00:00
riccardom 1c31be8a5c Don't crash taking a screenshot on non default rotation / orientation
Patch from #2998869 by noodlebox.
2010-05-12 15:20:11 +00:00
riccardom 0e61c45d5f Add option to swap screens to gtk frontend
Code taken from patch #2998869 by noodlebox.
2010-05-12 14:55:11 +00:00
riccardom b68eac1b42 Add Horizontal orientation to gtk frontend
Code extracted and cleaned up from patch #2998869 by noodlebox.
2010-05-12 14:44:44 +00:00
riccardom dd77b3aeda Make sdl mandatory, build fails anyway as found by Guillame. 2010-05-12 14:23:56 +00:00
mtabachenko b2af2527fe - add some docs;
- add IDA PRO NDS loader;
2010-05-12 10:24:47 +00:00
riccardom 73bf5e3467 Merge r3618 from 0.9.6 release branch
Remove wxdlg from DIST_SUBDIRS to unbreak dist-gzip.
2010-05-11 23:15:59 +00:00
mtabachenko aaf0092a4a GBA slot:
- fix detect savetype;
2010-05-11 16:59:04 +00:00
riccardom fe0f471812 More housekeeping in sdl controller stuff, remove stuff
that is not used and make static if it is only used in
ctrlssdl.cpp.
2010-05-09 22:35:48 +00:00
nitsuja 960d3514be typofix 2010-05-09 19:05:10 +00:00
nitsuja d8df35d418 rasterize: hack to avoid obvious regression of edge mark quality compared to in 0.9.5 (the transparency was not there to compensate for the colors being too dark). should revisit this when working out how antialiasing really works on the ds. 2010-05-09 18:51:23 +00:00
riccardom 9912b1b04d Convert rotation menu to a GtkRadioActionEntry
And one atoi less in the wild :)

Code change extracted from patch #2998869 by noodlebox.
2010-05-09 16:24:35 +00:00
riccardom 65151a3094 Cleanup the code a bit, make some loops more natural and
merge two duplicate functions.

Again the compiler does not care about the changes :)
2010-05-09 15:42:40 +00:00