yabause
|
bc47771c41
|
Merged 2382
|
2009-06-17 22:37:34 +00:00 |
zeromus
|
27694bcd1a
|
update readme.win with latest manual and faq content
|
2009-06-17 05:07:37 +00:00 |
zeromus
|
ea3af29887
|
update dsm spec
|
2009-06-17 01:26:31 +00:00 |
p989
|
8de1d52906
|
mic fix
|
2009-06-16 18:40:26 +00:00 |
zeromus
|
c482c001ae
|
win32: fix a compile error in nosse; add a comment to the defaultconfig about gdb stub
|
2009-06-16 05:38:08 +00:00 |
yabause
|
b4836bd360
|
Bump version number.
|
2009-06-15 19:53:37 +00:00 |
yabause
|
7f5febf44e
|
Creating 0.9.3 release branch.
|
2009-06-15 19:32:27 +00:00 |
gecko_reverse
|
ae6f134406
|
compile fix for cocoa port
|
2009-06-15 10:54:27 +00:00 |
mtabachenko
|
3ed0604e12
|
winport:
- fixed search after load savestate and reset game;
- fixed grayed 'OK' button in GBAslot dialog;
|
2009-06-14 16:44:00 +00:00 |
matusz
|
728db76bde
|
gtk-port: cheat-window size-column bug-fix
|
2009-06-14 01:53:55 +00:00 |
matusz
|
4175f299d3
|
remove a stray variable
|
2009-06-14 01:31:53 +00:00 |
riccardom
|
9000a56039
|
Add recent cli improvements.
|
2009-06-13 15:36:09 +00:00 |
riccardom
|
8aa6cce8cb
|
Hide cheat system directly in the gui.
|
2009-06-13 15:27:00 +00:00 |
matusz
|
a8bed32619
|
gtk-port: fix a few bugs in cheat window
keeping cheats disabled (until release)
|
2009-06-13 14:14:43 +00:00 |
matusz
|
99e1e3b5d5
|
defer cheating in gtk until after release
|
2009-06-13 10:13:35 +00:00 |
riccardom
|
808c6f8d3d
|
Fix up annoying warning about declaration vs initialization order.
|
2009-06-13 09:50:37 +00:00 |
riccardom
|
d6532cfbe2
|
No need for extern here.
|
2009-06-13 08:23:57 +00:00 |
riccardom
|
d6e495da98
|
Don't need 100 chars for win title, while at it use snprintf instead of sprintf.
|
2009-06-13 08:05:34 +00:00 |
matusz
|
e2e74e9b3e
|
gtk-port: Hook up cheating engine
cheat searching not hooked yet
|
2009-06-13 08:05:10 +00:00 |
riccardom
|
1019c9bb46
|
Exit when pressing escape, patch by szigor from #2801291.
|
2009-06-12 20:15:20 +00:00 |
riccardom
|
748c4c810b
|
Add auto pause option to cli frontend by szigor from #2801291.
|
2009-06-12 20:12:08 +00:00 |
riccardom
|
9ac2a2a48f
|
Commit a modified version of szigor cli input refactoring patch from #2801291.
The change from the original are mainly moving the input update to an helper
and calling it in the frameskip loop like it is done on other frontends.
|
2009-06-12 19:40:30 +00:00 |
riccardom
|
27e9db8c6b
|
Add frameskip for cli frontend, patch by szigor from #280129. The FIXME could be easily resolvable so we should fix it shortly :)
|
2009-06-12 08:03:51 +00:00 |
riccardom
|
1de4517874
|
Fixup whitespace.
|
2009-06-12 07:25:50 +00:00 |
riccardom
|
63a893a277
|
atoi needs stdlib.h
|
2009-06-12 07:16:11 +00:00 |
zeromus
|
b18e0dcb15
|
gtk: fix movieplaying and add minimal play/record/stop menu support
|
2009-06-12 07:11:40 +00:00 |
mtabachenko
|
45f129f229
|
- fix bug in init & reset OpenGL engine;
|
2009-06-11 20:25:27 +00:00 |
zeromus
|
0ef0afed15
|
try a little hack to fix tomb raider underworld savefile which was writing past its 512B limit
|
2009-06-11 04:33:11 +00:00 |
p989
|
1c1dd8bb30
|
win32: reset mic button buffer pos if not pressed
|
2009-06-11 04:14:42 +00:00 |
zeromus
|
947356fbe1
|
clean up rom info collection and mix it up with the movie system
|
2009-06-11 03:40:56 +00:00 |
zeromus
|
5e3e6f8676
|
win32: work around unknown glitch with stdio attachment in visual studio command prompt
|
2009-06-10 20:59:57 +00:00 |
zeromus
|
7d69942bbb
|
gdb stub fixups
|
2009-06-10 20:30:15 +00:00 |
zeromus
|
71eac340d5
|
work on changelog
|
2009-06-10 06:49:51 +00:00 |
zeromus
|
d5dc1f45b1
|
spu: handle word writes to length register; fixes freeze during maxmod reverb (reverb still isnt supported, though)
|
2009-06-10 02:04:30 +00:00 |
zeromus
|
3cf5ec430a
|
fix a certain pattern of ipc register writes which was breaking devkitpro touch input
|
2009-06-09 23:14:26 +00:00 |
zeromus
|
53aaa6850f
|
set up a system to handle detection of bogus roms by header instead of by extension. fix poly sorting which was broken when changed to a stable sort (will make some invisible gui elements reappear)
|
2009-06-09 21:15:00 +00:00 |
zeromus
|
1828745e5d
|
win32: add commandline handling for play-movie, record-movie, and load-slot
|
2009-06-09 05:21:58 +00:00 |
zeromus
|
28164e5bb2
|
fix screenshot bugs with rotation and accidentally including hud. rotation is fixed by writing screenshot unrotated since rotation is handled by platform code now and screenshotting is in the core.
|
2009-06-09 03:50:58 +00:00 |
zeromus
|
333a10a655
|
win32: add ability to disable each gpu, for speedup by halting render of useless screens
|
2009-06-09 03:35:37 +00:00 |
zeromus
|
7dbe16b4c4
|
only display X when input display is on
|
2009-06-09 03:06:15 +00:00 |
p989
|
952440b17d
|
adjusted mic command number
|
2009-06-08 22:53:58 +00:00 |
p989
|
1b24d34ad2
|
removed main.h
|
2009-06-06 15:22:10 +00:00 |
p989
|
8ff221a8fa
|
moved ShowInputDisplay
|
2009-06-06 15:08:13 +00:00 |
riccardom
|
d38623350f
|
Use tabs for whitespace consistently in MMU_struct.
|
2009-06-06 13:22:58 +00:00 |
riccardom
|
817e6af268
|
One should be enough :)
|
2009-06-06 12:41:20 +00:00 |
riccardom
|
f9caa9490a
|
stricmp is not available on !WIN32, use strcasecmp that is not available on WIN32 but it's already defined as _stricmp in types.h.
|
2009-06-06 12:33:51 +00:00 |
gocha
|
d8d593d048
|
stylus display from rr-branch + minor change
|
2009-06-06 05:54:25 +00:00 |
p989
|
7d7a6c4bfa
|
hotkey config doesn't center
|
2009-06-06 05:50:06 +00:00 |
zeromus
|
38fca0bb3c
|
fix loading of zipfiles
|
2009-06-06 05:22:00 +00:00 |
gocha
|
77a8d25a13
|
win32: the updown control in ram watch now works well
|
2009-06-06 05:13:29 +00:00 |