summaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* CdromId fix;SND\edgbla_cp2013-08-251-11/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86908 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-091-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SaveState -> check returned SPU size.SND\ckain_cp2013-02-201-1/+3
| | | | | | | GtkGui.c -> use GTK_WIDGET macro. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83029 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Invalidate ICache when loading files from CDROM. Both CPU implementations ↵SND\ckain_cp2013-02-171-0/+4
| | | | | | now run main menu of Casper & X-Files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82966 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* sio;SND\edgbla_cp2013-02-141-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* savestate compatibility lost, sorrySND\notaz_cp2013-01-091-1/+1
| | | | | | cdrom needed more data, mdec no longer saves pointers git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82134 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ppf: accept optional filename argumentSND\notaz_cp2013-01-081-1/+1
| | | | | | | will allow to use .sbi files from redump.org without renaming with later patch git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-181-749/+749
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-191-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added region autodetection for Net Yaroze Boot Disc (E) [DTL-S3035].SND\dario86_cp2011-11-261-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72645 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebranding.SND\edgbla_cp2011-06-081-4/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67247 ↵SND\edgbla_cp2011-06-011-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-131-782/+748
| | | | | | out the stuff. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-121-25/+59
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - Added -slowboot parameter.SND\weimingzhi_cp2011-01-121-0/+1
| | | | | | | | | - Load SBI file from patches/SLUS_xxx.xx.sbi instead. - Inlined the I-cache code for performance improvement. - Fixed endianness issue (not tested). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - slowboot (prelimiary).SND\weimingzhi_cp2010-12-311-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61650 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-271-9/+12
| | | | | | | | | | | * Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* misc.cSND\shalma_cp2010-12-111-2/+1
| | | | | | - (dario86) Redo autodect again for PAL git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61081 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* misc.cSND\shalma_cp2010-12-101-1/+2
| | | | | | | - improved PAL auto-detection git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61069 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* coff binary support (experimental).SND\weimingzhi_cp2010-09-261-5/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57729 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* only load the net yaroze library when running EXE.SND\weimingzhi_cp2010-09-221-0/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57503 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Merged change from ↵SND\weimingzhi_cp2010-09-131-1/+1
| | | | | | | | | http://forums.ngemu.com/pcsx-discussion/116599-developers-wanted-pcsx-revival-9.html#post1902678 with minor amendments. GPU DMA chain timing (FF7 opening CG and maybe other games too - not tested with rebel assault 2 though). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57139 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* refactored the interrupt scheduling code a bit to make it a little more ↵SND\weimingzhi_cp2010-08-071-1/+1
| | | | | | readable than using those "magic" numbers. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55866 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I was really stupid... just use libcdio and everything's fine, no need to ↵SND\weimingzhi_cp2010-07-101-2/+46
| | | | | | deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53626 ↵SND\weimingzhi_cp2010-06-261-12/+9
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 ↵SND\weimingzhi_cp2010-06-081-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* changed cdrom timing value so that it behaves the same as older revisions.SND\weimingzhi_cp2010-06-031-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use boolean for where it should.SND\weimingzhi_cp2010-05-121-5/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47869 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added missing include, silenced msvc warningSND\weimingzhi_cp2010-05-101-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47761 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added savestate versioningSND\weimingzhi_cp2010-05-101-15/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47747 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* got rid of 0x80000000 flag in psxRegs.interrupt. such flag doesn't seem to ↵SND\weimingzhi_cp2010-05-081-21/+21
| | | | | | exist in other emus and not likely in real hardware either. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47625 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* more cleanups.SND\weimingzhi_cp2010-05-081-20/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* more cleanupsSND\weimingzhi_cp2010-05-071-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47556 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* preparing for refactor/cleanup, moved all definations into .c files, other ↵SND\weimingzhi_cp2010-05-071-3/+3
| | | | | | minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Root counters code was written from scratch.SND\edgbla_cp2010-05-021-2/+2
| | | | | | | | | | | | | Final Fantasy 8/9, Vandal Hearts 1/2, Wipeout, Lifeforce Tenka work properly now. Parasite Eve 2 and InuYasha weren't fixed - it's impossible right now, an overall emulator's precision is too low. It's needed to count the proper CPU timing and to get rid of BIAS. Because of the same reason it's useless to set the vsync interrupt on vblank, even if it would fix some games - Pandemonium for example, but would also broke the others - Final Fantasy IX for example, I've chosen the last one. Savestate compatibility is lost. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47077 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 ↵SND\weimingzhi_cp2010-04-301-2/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40662 ↵SND\weimingzhi_cp2010-01-231-3/+0
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40648 ↵SND\weimingzhi_cp2010-01-231-9/+15
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@37112 ↵SND\weimingzhi_cp2009-11-131-19/+28
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27238 ↵SND\weimingzhi_cp2009-08-221-17/+17
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27235 ↵SND\weimingzhi_cp2009-08-221-7/+40
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27207 ↵SND\weimingzhi_cp2009-08-221-20/+24
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23754 ↵SND\weimingzhi_cp2009-06-201-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23061 ↵SND\weimingzhi_cp2009-04-161-0/+627
e17a0e51-4ae3-4d35-97c3-1a29b211df97