zeromus
|
ca1ad0bfba
|
win32: fix buffer overflow in savestate description generation
|
2009-05-18 05:34:51 +00:00 |
zeromus
|
5e78d6a888
|
savedata: handle warioware touched (still gathering test cases, keep them coming)
win32: fix vs2005 fastbuild output directory
|
2009-05-18 05:07:38 +00:00 |
zeromus
|
fec0ae896e
|
fix linux compile?
|
2009-05-18 04:37:03 +00:00 |
zeromus
|
ca540cb6b6
|
new save file system. the manual save type selection no longer does anything. If you think you still need it, we need to study the case and find out why.
|
2009-05-18 04:25:19 +00:00 |
gocha
|
89df112dd8
|
win32 - added wav recording
|
2009-05-18 00:15:48 +00:00 |
gocha
|
503108cfa1
|
Merged "Stop AVI" to "Record AVI"
|
2009-05-17 22:58:35 +00:00 |
riccardom
|
3e53a28f3c
|
Fix b shadowing warning.
|
2009-05-17 19:11:28 +00:00 |
zeromus
|
e347ab6c90
|
fix up linux compiling
|
2009-05-17 18:53:14 +00:00 |
zeromus
|
13fb9e8a2f
|
fix [2792967] Emulator crash when opening homebrew 4k intro
|
2009-05-17 17:05:29 +00:00 |
adelikat
|
761f9232b2
|
movies - add romname to movie when movie is created. Win32 - Replay dialog - added some fields such as length, frames, etc. Fields are not yet hooked up however.
|
2009-05-17 14:58:00 +00:00 |
gocha
|
5e2b6b5582
|
prevent a crash reported by Robert
|
2009-05-17 07:30:39 +00:00 |
normmatt234
|
caf05e22ea
|
Fix windows disassembler goto addressing.
Clear SPI variables on reset.
|
2009-05-17 05:58:08 +00:00 |
zeromus
|
d807f08fcc
|
add gochas rerecording fixes
|
2009-05-17 04:58:24 +00:00 |
zeromus
|
86093ba19f
|
i really should quit checking in debug printfs
|
2009-05-17 01:26:51 +00:00 |
luigi__
|
58ea43bf2e
|
Oops... don't know why IDC_SPU_INTERPOLATE_CB was removed...
|
2009-05-17 01:08:25 +00:00 |
matusz
|
058b218e59
|
change 2 debug printf's to LOG's (should add SPUDEBUG logging channel?)
|
2009-05-17 01:02:17 +00:00 |
luigi__
|
ef590739da
|
Oh shit... tiny fix to the I/O reg dialog.
|
2009-05-17 00:59:59 +00:00 |
zeromus
|
de794ec6e8
|
core: make adpcm cache optional (defaulted to off) temporarily until it can handle streams well. i have a plan for that but i am burnt out on it for now. bind that option into win32 gui
|
2009-05-17 00:21:41 +00:00 |
luigi__
|
52e26afa32
|
Commit the remaining I/O reg viewer tab templates once for good.
|
2009-05-16 23:46:08 +00:00 |
matusz
|
6acc3e0d65
|
gtk port: janitorial stuff
some changes to make the code meaning more obvious:
split, move and rename of a few functions
add empty (for now) configure event
|
2009-05-16 23:18:40 +00:00 |
zeromus
|
6365f26d7d
|
spu: interpolation is now an emulator option, defaulting to linear, and it is bound to the win32 gui. choosing interpolation:none can net you a small framerate boost.
|
2009-05-16 22:22:06 +00:00 |
matusz
|
1a6079ce4d
|
cli port: silence a 'shadow' warning
|
2009-05-16 18:39:06 +00:00 |
riccardom
|
6a3591bb84
|
nds_screen_rotation_angle is really an int.
|
2009-05-16 18:14:37 +00:00 |
matusz
|
95c441ea0c
|
one correct and one bogus warning silenced
|
2009-05-16 18:08:57 +00:00 |
riccardom
|
cf04a5e589
|
Shut up a few gcc warnings, mostly signed vs unsigned.
|
2009-05-16 17:56:11 +00:00 |
matusz
|
53ec75c9b0
|
gtk port: allow interscreen gap
|
2009-05-16 17:48:25 +00:00 |
zeromus
|
4c1061b84b
|
fix spu in non-windows builds.
|
2009-05-16 16:32:35 +00:00 |
zeromus
|
7904345439
|
didnt mean to checkin debug printfs
|
2009-05-16 07:08:48 +00:00 |
zeromus
|
67117c1280
|
spu: sorry about the float/double thing. how about this instead: added an adpcm decode cache system.
|
2009-05-16 06:59:12 +00:00 |
luigi__
|
ea8ecd9dc2
|
Reverted the types of the sample counters to double. Using floats was causing wrong frequencies sometimes.
|
2009-05-15 21:56:13 +00:00 |
adelikat
|
f1a573079a
|
Win32 - applied patch from Hicoder ID: 2780499, Menu option for window always on top.
|
2009-05-15 15:40:09 +00:00 |
adelikat
|
7fe0f62617
|
Win32 - Recent ROM menu - if a recent rom doesn't exist it will now prompt the user if he wants to remove the item.
|
2009-05-15 15:13:17 +00:00 |
adelikat
|
4fa564f062
|
Stop movie hotkey hooked up, Play & Record movie hooked up but commented out because of a bug that causes the dialogs to open twice.
|
2009-05-15 13:10:33 +00:00 |
mtabachenko
|
229055cb0e
|
winport:
-fix Intel C++ project; :)
|
2009-05-14 17:51:03 +00:00 |
matusz
|
305eb40c1e
|
just a bunch of propsets for svn:eol-style=native
|
2009-05-14 10:08:18 +00:00 |
matusz
|
ffb5de877d
|
SPU: gcc does not like a goto, changing it to a block
|
2009-05-14 09:54:14 +00:00 |
zeromus
|
e5f35a5f3e
|
a few minor speedups to spu. the doubles have been changed to float. i think this should be safe...
|
2009-05-14 08:08:27 +00:00 |
zeromus
|
7bea1697c3
|
revert geometry flush timing to an older form. can't remember what this was supposed to fix. it was supposed to be more accurate, but it turns out to be way more complicated than I thought. the form i am checking in now should be an effective approximation. This will fix some games whose 3d was entirely broken (and even crashing the emulator). But I am more interested in what regressions it will cause, which may involve broken dual screen 3d modes or other bugs with things flickering in and out of existence. these I will track in detail while I try to understand the problem.
|
2009-05-13 21:44:47 +00:00 |
riccardom
|
9fbac3e7bc
|
I think is more natural for a gtkToggleActionEntry to query the GtkToggleAction to be active instead of checking if the widget is already visible or not.
|
2009-05-13 20:01:35 +00:00 |
adelikat
|
7cd0426a37
|
Win32 - Added Play Movie, Record Movie, and Stop Movie hotkeys, they are not yet functional though
|
2009-05-13 17:33:08 +00:00 |
adelikat
|
ace96ce5e0
|
Win32 - Hotkeys - Added a Movie page, moved read only toggle to that page
|
2009-05-13 16:38:04 +00:00 |
zeromus
|
29297644ac
|
a number of little graphical speedups, and more intelligent arm7 memory access pattern optimization. good for a few fps.
|
2009-05-13 07:44:06 +00:00 |
zeromus
|
3844e866e0
|
gpu: fix regression introduced yesterday which messed up layer blending
|
2009-05-13 05:35:31 +00:00 |
riccardom
|
5c5be96f52
|
Remember to load default config for keys and joypad so no need
to mess ourself setting them if we don't find the group in the
config file.
|
2009-05-12 19:39:23 +00:00 |
riccardom
|
10ebeb093f
|
Add missing file, thanks Guillame for noticing.
|
2009-05-12 19:26:34 +00:00 |
riccardom
|
2b574440ab
|
Rework the way config file works in gtk frontend. From a write once on exit
we are moving to write only what changed when is changed model which i think
is more correct.
|
2009-05-12 19:05:56 +00:00 |
adelikat
|
d33cfa55a5
|
Win32 - RamWatch - hooked up accel table
|
2009-05-12 16:35:22 +00:00 |
adelikat
|
3bc7efc516
|
Win32 - Code cleanup
|
2009-05-12 15:23:45 +00:00 |
adelikat
|
5428c3614a
|
Win32 - Tiny speedup - UpdateRamWatch & UpdateRamSearch return immediately if dialogs are not open
|
2009-05-12 13:12:28 +00:00 |
adelikat
|
1215be45c0
|
Win32 - minor Resource file cleanup
|
2009-05-12 12:15:42 +00:00 |