summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding some rudimentary command line support for OS XSND\MaddTheSane_cp2013-06-223-3/+184
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85486 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding the pauseSafeWithBlock declaration to the EmuThread header.SND\MaddTheSane_cp2013-06-201-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85470 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make OS X use LidInterrupt.SND\MaddTheSane_cp2013-06-202-5/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85469 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG ↵SND\ckain_cp2013-06-075-56/+94
| | | | | | defined and Config.PsxOut option is used. Minor code polishments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Since we haven't stated we can't open more than one file in OS X' cheat open ↵SND\MaddTheSane_cp2013-05-291-1/+3
| | | | | | file box, handle if we open more than one file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85000 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: generate 'CD lid open/close event' automagically when switching ISO ↵SND\ckain_cp2013-05-231-20/+25
| | | | | | images. No need to press F9 & F10 anymore when a game wants to change CDs. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Dynarec64: fixed CART World Series freeze. Issue #10846.SND\ckain_cp2013-05-221-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Prevent deadlocking when saving states on OS X.SND\MaddTheSane_cp2013-05-201-12/+31
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84818 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: fix crash if direct sound initialization fails.SND\ckain_cp2013-05-171-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84776 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: Build place DLLs to solution dir (where pcsxr.exe is)SND\ckain_cp2013-05-176-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84775 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: Use MFC if it is available. Otherwise Windows headers and recources. ↵SND\ckain_cp2013-05-176-0/+38
| | | | | | Now can be build on Visual Studio Express edition. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: CDR plugin is not mandatory to have since there is build-in ISO support.SND\ckain_cp2013-05-172-3/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84773 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14419 (0KgaSChgRDOPtzXyC);SND\edgbla_cp2013-05-043-1/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84398 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14294 (KrossX2);SND\edgbla_cp2013-05-033-4/+5
| | | | | | | Sio1 plugin has been enabled by default for Windows; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84368 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Hook up one of the shader selectors.SND\MaddTheSane_cp2013-04-251-18/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Ignore case XK_section on OS X for now.SND\MaddTheSane_cp2013-04-192-1/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84144 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: dfinput added emulator key (hotkey) mapping to keyboard or controller. ↵SND\ckain_cp2013-04-169-181/+626
| | | | | | Existing hotkeys are hard coded like F1 for savestate, but now it can have an alias hotkey on keyboard s button for example. These can be configured from dfinput dialog. Also added support for fastforward key (tilde / section key). Currently only dfxvideo supports it by full extent. Hopefully someone can merge these changes to Windows build. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14257 (BlackLotus);SND\edgbla_cp2013-04-051-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Improved cheat file saving in GTK GUI. Extension .cht is now added if filter ↵SND\ckain_cp2013-03-301-36/+64
| | | | | | has it and filename is missing it. Also open cheat filename will be kept in memory. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83798 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-03-193-43/+81
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83652 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14090 (KrossX2);SND\edgbla_cp2013-03-196-11/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83651 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix a crash when using SoftGL on OS X.SND\MaddTheSane_cp2013-03-171-164/+172
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83636 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: handle no disk state betterSND\notaz_cp2013-03-141-1/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83609 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom: stopping read should stop seek tooSND\notaz_cp2013-03-111-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83457 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom: use single read/play cursor, handle cdlRead for cddaSND\notaz_cp2013-03-112-35/+38
| | | | | | cdlRead on cdda tested on real hardware git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83456 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom: pause doesn't start readSND\notaz_cp2013-03-111-2/+0
| | | | | | please don't commit untested code like this, or at least add a comment.. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83455 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxmem: handle io mirrorsSND\notaz_cp2013-03-111-14/+14
| | | | | | | tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83441 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* mem2vram: delay based on BS size. Fixes X-Files videos. Seems not break ↵SND\ckain_cp2013-03-061-12/+12
| | | | | | other videos or games. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83403 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PSXBIOS_LOG and printf, puts, putchar: prettier output to the log.SND\ckain_cp2013-03-042-11/+46
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Assignment not comparison.SND\ckain_cp2013-03-031-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83315 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Apply patch 13980, with fixes to get it working properly. This allows a ↵SND\MaddTheSane_cp2013-03-037-20/+986
| | | | | | cheat interface for OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83306 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make OS X's localization implementation functions match the signature of ↵SND\MaddTheSane_cp2013-03-0313-31/+31
| | | | | | gettext. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83305 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Dynarec(x64): recompile instructions on FlushCache BIOS call - Fixes XG ↵SND\ckain_cp2013-03-023-2/+12
| | | | | | memcard access. Also added psxJumpText() for easier debugging. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83304 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Only run the url if the emulator is running if we are using an ISO.SND\MaddTheSane_cp2013-03-021-2/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83303 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-03-021-2/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83296 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Hide cursor. (Windows);SND\edgbla_cp2013-03-0114-1184/+1241
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* po.SND\edgbla_cp2013-03-018-4155/+4932
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83259 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Set the recent item menu text based on the localized name: this will honor ↵SND\MaddTheSane_cp2013-02-281-2/+9
| | | | | | the hidden extension key set in Finder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-271-12/+18
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83192 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-261-12/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83178 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* rm gdk-compat.h;SND\edgbla_cp2013-02-263-287/+72
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83177 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK - got rid of MemcardDlg compile time warnings.SND\ckain_cp2013-02-251-57/+58
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83135 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-251-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-243-8/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83126 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* link cable plugin for Windows;SND\edgbla_cp2013-02-2446-6090/+3921
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Check if the selected combobox value is actually a valid plugin. Also there ↵SND\ckain_cp2013-02-241-46/+44
| | | | | | is no need to call ConfigurePlugins() from on_configure_plugin() and on_about_plugin(). Thanks Solis. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83111 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-2313-876/+921
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom CDRreadCDDA fix;SND\edgbla_cp2013-02-221-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83096 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Link cable emulation for Linux.SND\edgbla_cp2013-02-2211-0/+1624
| | | | | | | | | | pcsxr must be configured with --enable-sio1 option. Emulation accuracy is quite low, but all games work well. Around fifty games was tested. Port to Windows will be some later. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83091 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-2215-1022/+114
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97