zeromus
|
300a8b996d
|
win32: fix tile viewer lcdc mode which broke due to changed memory mapping
|
2009-05-06 04:49:58 +00:00 |
p989
|
444c3a0b0a
|
integrate previous with trunk
|
2009-05-06 04:48:39 +00:00 |
zeromus
|
642baafe9d
|
win32: rollback filename parsing patch. it can't handle filenames with spaces. i know that was the point, but it doesnt even work with quoted paths.
|
2009-05-06 04:13:46 +00:00 |
riccardom
|
7c386f0310
|
Last hunk of ldesnogue patch to make desmume more 64 bit architectures friendly: convert Ceil28_4 to use int instead of long.
|
2009-05-05 19:00:13 +00:00 |
zeromus
|
cec7b68614
|
win32: apply HerrDoktorTuba patch 2787336 for better commandline parsing
|
2009-05-05 17:45:13 +00:00 |
zeromus
|
8057953b1c
|
take out the thing that made vc2008 express not compile
|
2009-05-05 16:36:38 +00:00 |
adelikat
|
cb18c55aa2
|
Win32 - RamWatch Hooked up AskSave() to the main window closing function. However, AskSave() fails to open the message box when called from there.
|
2009-05-05 16:15:18 +00:00 |
adelikat
|
a13f65d415
|
Win32 - RamWatch- saves "Save Window position" bool, and saves window position values in .ini
|
2009-05-05 16:03:12 +00:00 |
zeromus
|
4832522315
|
a handful of tiny optimizations and important bugfixes in gfx3d savestates. also add a MSC_FORCEINLINE macro for people to use instead when they doing like my FORCEINLINES and are thinking about removing them. at least then we know which ones didnt work on gcc.
|
2009-05-05 07:30:27 +00:00 |
zeromus
|
712b23d512
|
win32: fix #2785867 (date & timestamp not shown on savestate slot immediately)
|
2009-05-05 00:02:43 +00:00 |
zeromus
|
a30cf51c7d
|
import latest from rerecording branch
|
2009-05-04 23:36:46 +00:00 |
riccardom
|
fbbe9da5ef
|
Use cast instead of implicit conversion in rasterize.cpp.
Taken from ldesnogue's patch at #2752961.
|
2009-05-04 19:13:57 +00:00 |
riccardom
|
2bf05b75fb
|
Apply GPU.h hunk of ldesnogue's integer type patch at patch #2752961.
Patch modified to use u32 instead of int for pointer math.
|
2009-05-04 18:09:09 +00:00 |
zeromus
|
0ce99ce869
|
integrate 2087 from rerecording_0_9_2
|
2009-05-04 07:29:08 +00:00 |
luigi__
|
ffb4ea538c
|
Oops... fixed the invisible scrollbars.
By the way I also fixed the French version of the pal viewer which had two auto update checkboxes.
|
2009-05-03 21:45:10 +00:00 |
luigi__
|
cee2f02928
|
Fixed the "None" and "Clear" menu items of the recent roms menu.
Also there's one half of the new I/O reg viewer. I'm working on the other half :P
|
2009-05-03 21:39:33 +00:00 |
luigi__
|
a71f16f390
|
Moved the IDM_RESERVED_* identifiers to common.h, like the timer IDs.
Because if they stay in resource.h they'll get wiped out by Resedit. :(
|
2009-05-03 21:30:31 +00:00 |
zeromus
|
0ed4e21eed
|
integrate 2075 from rerecording branch. this touches a lot of file because merges for me always make null changes to a ton of files and i am hoping that by checking it in this once, the problem will go away
|
2009-05-03 20:55:35 +00:00 |
yabause
|
43f7306752
|
Patch by Evgeni Golov for universal binary generation.
|
2009-05-03 18:52:00 +00:00 |
yabause
|
1e316e7008
|
Added script to build the dmg for Mac binary distribution.
|
2009-05-03 18:51:06 +00:00 |
zeromus
|
dc28399028
|
maybe one other thing we should do to reset backupmem
|
2009-05-03 18:39:32 +00:00 |
zeromus
|
e9708f7595
|
gah. rollback that sln
|
2009-05-03 18:12:29 +00:00 |
zeromus
|
5263070da5
|
although the last change probably wouldve worked, this fix solves the real problem: save ram didnt close file pointers when roms reset
|
2009-05-03 18:10:30 +00:00 |
p989
|
2e4026e86d
|
sram clearing fix
|
2009-05-03 16:26:39 +00:00 |
yabause
|
744668e821
|
Patch by Evgeni Golov to fix compilation problem on
case sensitive OSX.
|
2009-05-03 11:49:46 +00:00 |
p989
|
a843ff2f22
|
fixed wrong byte order in ram search
|
2009-05-02 23:19:19 +00:00 |
zeromus
|
c7bd555cc0
|
this should fix use of uninitialized pad value
|
2009-05-02 22:14:05 +00:00 |
yabause
|
e8c5cffe03
|
Fixed endianess bugs so now controls are working :)
|
2009-05-02 21:31:48 +00:00 |
zeromus
|
54d6fad245
|
more fixes to affine scroll handling: fixes nsmb backdrops
|
2009-05-02 19:58:18 +00:00 |
zeromus
|
5317608340
|
remove 'MOVI' and 'NOMO'
|
2009-05-02 18:40:42 +00:00 |
riccardom
|
af8f69ccb9
|
Make a functin without declaration static.
|
2009-05-02 18:31:08 +00:00 |
riccardom
|
99f5c1dc0a
|
Fixup a printf.
|
2009-05-02 18:30:27 +00:00 |
zeromus
|
0cc0e4739b
|
fix compile errors in movie.cpp
|
2009-05-02 17:57:06 +00:00 |
riccardom
|
4798e034f8
|
Add proper include file for memset.
|
2009-05-02 12:22:35 +00:00 |
riccardom
|
1366b34d4e
|
ifdef windows specific include, i've used _MSC_VER because it's the same used for MessageBox.
|
2009-05-02 12:21:24 +00:00 |
riccardom
|
90eaff428d
|
Move ifdef at column 0.
|
2009-05-02 12:03:54 +00:00 |
zeromus
|
7bfbd6b887
|
[2783433] fix 64bit error in savestate writing (thanks martin)
|
2009-05-02 08:13:42 +00:00 |
zeromus
|
6a1ff20e07
|
improve compatibility even more. i have learned my lesson, all future stuff will be versioned. i thought it was a pain, but listening to people cry about their broken savestates is an even bigger pain.
|
2009-05-02 08:06:45 +00:00 |
zeromus
|
4702c15820
|
even more improvements to savetate compatibility
|
2009-05-02 08:02:52 +00:00 |
zeromus
|
6b0d234643
|
fix the most egregious savestate backwards compatibility violation. also remove code which would have prevented non-windows from compiling
|
2009-05-02 07:31:29 +00:00 |
zeromus
|
89d9ebbbd2
|
didnt need this file
|
2009-05-02 06:39:45 +00:00 |
zeromus
|
c52a03f95e
|
integrate stuff from rerecording branch
|
2009-05-02 06:39:08 +00:00 |
luigi__
|
1719e1eb41
|
Fixed a bug with 3D layer scrolling where that layer would wrap incorrectly.
|
2009-05-01 20:56:54 +00:00 |
yabause
|
ad388e0610
|
removed some printf code that I forgot to clean up before
commiting... sorry ^^;
|
2009-05-01 06:34:03 +00:00 |
zeromus
|
ba719bf431
|
removed too much debug logging
|
2009-05-01 04:51:49 +00:00 |
matusz
|
f8141e77b4
|
gtk port scaling: allow NEAREST interpolation in addition to BILINEAR
|
2009-04-30 23:51:37 +00:00 |
yabause
|
8a772475f8
|
Fixed "Rotozoomed 16/16 palette" for big endian systems.
|
2009-04-30 22:56:51 +00:00 |
yabause
|
243f7cd58c
|
Testing if the zzip_read is the old (with char *) or new
(with void *) version. When the old one is detected we
cast the second parameter to char *
|
2009-04-30 19:31:35 +00:00 |
riccardom
|
be5cc2152c
|
Move parenthesis before the shift.
|
2009-04-30 16:51:59 +00:00 |
matusz
|
9abd38ff8e
|
gtk port: rotate stylus input when screen rotated
|
2009-04-30 15:15:50 +00:00 |