Commit graph

  • 11c1c4e94e qt: fix a derp Kojin 2020-03-05 23:31:39 -05:00
  • 7ba696f4f0 qt: allow dupes in recent list Kojin 2020-03-05 23:20:24 -05:00
  • 2d2ced251d qt: allow fast loading roms with f1/f2 Kojin 2020-03-05 23:12:52 -05:00
  • 8bd2cecec9 qt: allow gamelist to affect recent roms Kojin 2020-03-05 23:01:39 -05:00
  • 67a48f2195 Fix second address on spu dma write, thanks to Ziemas for spotting it refractionpcsx2 2020-03-10 21:34:01 +00:00
  • 2fb735e3a8 Add GitHub Actions CI Margen67 2020-01-28 11:42:58 -08:00
  • 4c644bd62a AppVeyor: Cleanup, minor changes Margen67 2020-03-08 12:07:21 -07:00
  • c8b86695fc Fix GS Write 64 address mask, Fixes Online Network Configurator in games refractionpcsx2 2020-03-08 17:35:24 +00:00
  • 8c39ca508f More VS fixes PSI-Rockin 2020-03-13 19:02:15 -04:00
  • a8d8b874df Try to fix VS PSI-Rockin 2020-03-13 18:59:35 -04:00
  • b7b90920ee CDVD: Add TODO for CUE parsing PSI-Rockin 2020-03-13 18:41:22 -04:00
  • b59cf5700e CDVD: Fix possible crash when exiting emulator PSI-Rockin 2020-03-06 03:45:00 -05:00
  • e4f7d6bad0 CDVD: Add proper CD/DVD detection PSI-Rockin 2020-02-23 23:31:40 -05:00
  • b9a7ff63cd CMake: Add missing BIN/CUE source files PSI-Rockin 2020-02-10 23:20:02 -05:00
  • ebea35090b CDVD: Experimental BIN/CUE support PSI-Rockin 2020-01-08 22:41:08 -05:00
  • 22638d7807 CDVD: Create separate folder and encapsulate format readers in virtual interface PSI-Rockin 2020-01-06 19:26:33 -05:00
  • 6149221282 fixing controls Mrlinkwii 2020-07-28 19:58:40 +01:00
  • 8259071c02 Update emuwindow.cpp Mrlinkwii 2020-07-28 18:24:12 +01:00
  • 301ed5ae6b Update emuwindow.cpp Mrlinkwii 2020-07-28 17:13:13 +01:00
  • 12c3cdf765 Update emuwindow.cpp Mrlinkwii 2020-07-28 17:09:07 +01:00
  • 4a1488f2b8 Vif: Stall on Force Break Savestate bump refractionpcsx2 2020-07-28 00:35:34 +01:00
  • 74b7d7ecbc EE: Implement TLBR operation refractionpcsx2 2020-07-28 00:21:36 +01:00
  • b7b5eeb4e5
    Merge pull request #437 from refractionpcsx2/vif_force_break PSISP 2020-07-27 19:14:51 -04:00
  • ca73513262 VIF: Implement Force Break * Fixes Looney Tunes - ACME Arsenal which does Force Breaks on boot as part of VIF initialization refractionpcsx2 2020-07-27 22:48:59 +01:00
  • 5bed8bdc1e
    Merge pull request #431 from kenshen112/ps1 PSISP 2020-07-26 09:55:27 -04:00
  • a755e9ff99
    Merge pull request #433 from refractionpcsx2/add_regs_and_tidy PSISP 2020-07-25 13:30:17 -04:00
  • b6bc2cc951 DMA/SPU: Add missing reg reads VU Int: Fix some warning and problems with floats/long longs being misinterpreted refractionpcsx2 2020-07-25 18:11:30 +01:00
  • 3926d49035
    Merge pull request #429 from refractionpcsx2/gs_fifo_stat PSISP 2020-07-25 12:03:20 -04:00
  • be826cb712 Fixed debug assert kenshen112 2020-07-23 12:41:16 -07:00
  • fa33778b05
    Merge pull request #430 from kenshen112/ps1 PSISP 2020-07-21 15:21:14 -04:00
  • 92aa398875 Fixed typo kenshen112 2020-07-21 12:16:36 -07:00
  • e070320f0a Fixed new lines and spacing. Heavy refractoring to disc detection. kenshen112 2020-07-20 16:09:04 -07:00
  • 04a038f83f Added checks for DVD's Fixed white spaces kenshen112 2020-07-19 19:15:17 -07:00
  • 3d8aa95c1c Added better statements to disc detection. Forced fast boot to boot full if disc isn't ps2. Fixed serial numbers kenshen112 2020-07-19 15:59:07 -07:00
  • 2de8295f8e Added clause for PSX.EXE kenshen112 2020-07-19 13:53:07 -07:00
  • 5c4c13b48a Changed to string::find kenshen112 2020-07-19 11:23:52 -07:00
  • 747a3f9420 Added extra case for disc illegal. Removed all spaces for BOOT 2 cases and changed detection to use std::string kenshen112 2020-07-19 10:19:55 -07:00
  • f4c63378f5 Reverse Boot checks and remove spaces kenshen112 2020-07-18 20:12:35 -07:00
  • 23c9e2757d Added clauses for no disc and disc illegal kenshen112 2020-07-18 15:41:00 -07:00
  • 1306254688 Detect ps1 disks kenshen112 2020-07-18 14:49:22 -07:00
  • 80e83bafe9 GIF: Fix when PATH3 could be erroneously activated by DMA on PATH3MSK resume refractionpcsx2 2020-07-18 03:40:02 +01:00
  • e24eca81b5 Remove logging message I thought I'd deleted before refractionpcsx2 2020-07-18 01:57:58 +01:00
  • 8bbb5df4ca GIF: Correct GIF_STAT information when a transfer is running according to PS2 test GIF: Correct GIF FIFO hack when DMA is runn GS: Reset GS_CSR information when a Reset is done Savestates: Fix COP0 GPR entries in savestates to be the correct size Savestate version bump refractionpcsx2 2020-07-18 01:55:31 +01:00
  • 6893405486
    Merge pull request #423 from refractionpcsx2/gs_clut_limit PSISP 2020-07-17 15:05:27 -04:00
  • 20ab6484a5
    Merge pull request #424 from refractionpcsx2/eejit_storeleftright PSISP 2020-07-17 14:15:52 -04:00
  • bd5c405146
    Merge pull request #428 from refractionpcsx2/ipu_reset PSISP 2020-07-17 14:13:49 -04:00
  • 620d4bc3a4
    Merge pull request #427 from refractionpcsx2/gs_signal_csrfifo PSISP 2020-07-17 14:13:11 -04:00
  • d7d474fa75 IPU: Perform an interrupt on IPU_CTRL Reset. As explained in the file, doing this reset performs a forced command end, meaning the IPU will run through the procedure of ending any command running and telling the core that it is done, even if there is no command currently active. Fixes Fightbox refractionpcsx2 2020-07-17 18:31:03 +01:00
  • 2470ca7d8b GS: Fix accidental double asserted IRQ on double SIGNAL Correctly "empty" the GS CSR FIFO when a path is stopped before it's complete refractionpcsx2 2020-07-17 18:23:54 +01:00
  • 27375ca71e EE/VIF: Fixes for Shadow Man to boot PSI-Rockin 2020-07-15 00:25:27 -04:00
  • 2c5758580d EE JIT: Alter FPU SUB_S when dest = source to avoid bug refractionpcsx2 2020-07-15 01:21:39 +01:00
  • 83f2f39d2d
    Merge pull request #426 from refractionpcsx2/gs_jit_drawstate PSISP 2020-07-14 18:59:52 -04:00
  • 22c971358d GS JIT: Update draw state with missing FBA Update draw state when SCANMSK is changed refractionpcsx2 2020-07-14 23:24:57 +01:00
  • 21116f5d06 EE JIT FPU: Fix Handling of zero divide on DIV_S refractionpcsx2 2020-07-14 22:33:43 +01:00
  • dee2113112 SIFRPC: Properly log sceCdSearchFile PSI-Rockin 2020-07-14 15:52:10 -04:00
  • 54d9e3b482
    Merge 0ef168905d into 564f27c9ee Souzooka 2020-07-13 18:39:20 +01:00
  • 564f27c9ee CDVD: Fix detection for DVDs larger than 4 GB PSI-Rockin 2020-07-13 03:48:16 -04:00
  • b13b0751a8 CDVD: Fix size calculation Ziemas 2020-07-13 07:51:41 +02:00
  • 7bd730a380
    Merge pull request #422 from refractionpcsx2/hw_64bit_vuread PSISP 2020-07-12 18:59:10 -04:00
  • 6873972360 EE JIT: Fix SDL/SDR when memory is completely shifted out refractionpcsx2 2020-07-12 23:56:47 +01:00
  • c33065d26b GS: Limit CLUT reloads to number of entries in palette Will also be clamped to the end of the CLUT memory if it exceeds it refractionpcsx2 2020-07-12 22:20:28 +01:00
  • 4bce551352 EE/VU: Add 64bit Physical Reads of VU memory refractionpcsx2 2020-07-12 22:18:29 +01:00
  • 7c517c1413
    Merge pull request #420 from refractionpcsx2/gs_8_16bit_reads PSISP 2020-07-12 16:05:36 -04:00
  • 8e67133928
    Merge pull request #417 from refractionpcsx2/cdvd_detection PSISP 2020-07-12 16:02:34 -04:00
  • 4ebb52933f
    Merge pull request #421 from refractionpcsx2/tbit_stall PSISP 2020-07-12 16:01:15 -04:00
  • 92b23ce592 Stall VIF if VU stopped by T-Bit refractionpcsx2 2020-07-12 03:42:35 +01:00
  • ec28c37265 EE Timing: Don't refire an interrupt if the flag is already set PSI-Rockin 2020-07-11 15:41:09 -04:00
  • b4c046e332 Allow 8/16bit reads of GS Privileged registers Fixes interlacing problems in Lotus Challenge refractionpcsx2 2020-07-05 17:01:46 +01:00
  • 61d5a4cdd9 SPU: Split reverb to separate file Ziemas 2020-07-04 08:16:20 +02:00
  • e32f963539 SPU: Generate gaussian interpolation table Ziemas 2020-07-04 08:05:50 +02:00
  • 95e3d6a859
    Merge pull request #418 from refractionpcsx2/gif_hack_removal PSISP 2020-07-03 16:57:03 -04:00
  • 1d4a6fabfc Remove old GIF hack no longer required refractionpcsx2 2020-07-03 19:06:22 +01:00
  • 64035ce107 Redesign CD/DVD Detection to be a bit more reliable refractionpcsx2 2020-07-03 19:03:53 +01:00
  • ff3a06498c
    Merge pull request #414 from refractionpcsx2/mechacon_decoding PSISP 2020-06-28 16:30:49 -04:00
  • 4db17819b6 Added stub for S Command GetRegionParams refractionpcsx2 2020-06-28 15:56:59 +01:00
  • 987d1b7f4c
    Merge pull request #416 from tadanokojin/fix-mac PSISP 2020-06-22 19:11:08 -04:00
  • 3dde6e77da qt: fix some mac errors Kojin 2020-06-22 18:05:00 -04:00
  • b9bbbbc687
    Merge pull request #415 from tadanokojin/vs-github PSISP 2020-06-22 18:14:08 -04:00
  • 2820d201d2 Move decryption in to its own function refractionpcsx2 2020-06-22 22:58:38 +01:00
  • 0f8ba73d71 vs: remove wildcard Kojin 2020-06-22 13:37:12 -04:00
  • 8b133a731c fix variable case refractionpcsx2 2020-06-22 12:18:55 +01:00
  • cb54496c60 Add mechacon decoding to read sectors refractionpcsx2 2020-06-22 12:16:24 +01:00
  • 861a7be195
    Merge pull request #413 from Ziemas/spu-ub ee_async_interrupts PSISP 2020-06-14 17:20:34 -04:00
  • d325d4dc94 SPU: Move adpcm ceofs out of header Ziemas 2020-06-14 22:50:00 +02:00
  • a4cee92860 SPU: Reset/init more things Ziemas 2020-06-14 22:49:14 +02:00
  • 6600a351bb
    Merge pull request #408 from refractionpcsx2/cop0_timer_interrupts PSISP 2020-06-14 15:27:20 -04:00
  • 4f1086b21b
    Merge pull request #412 from refractionpcsx2/asr_masks PSISP 2020-06-12 22:16:22 -04:00
  • 0eddc21a47 DMAC: Add masks to ASR writes refractionpcsx2 2020-06-13 03:13:01 +01:00
  • 6de37d5796
    Merge pull request #411 from refractionpcsx2/read_write_asr PSISP 2020-06-12 22:08:14 -04:00
  • cc6ee7400c masks for prosperity refractionpcsx2 2020-06-13 03:08:05 +01:00
  • 597a4c35e0 Add reading/writing of DMA ASR registers refractionpcsx2 2020-06-13 02:55:07 +01:00
  • 04c3e573c1 More PATH3 masking prodding. GIF arbitration is kind of a thing now refractionpcsx2 2020-06-13 00:19:12 +01:00
  • 35a86b37fb GIF: Fixed some issues where the outputting path flag would be erroneously unset Fixed remaining issue left behind from Tag hack refractionpcsx2 2020-06-12 21:13:53 +01:00
  • 238b0caacd VIF: Cancel fifo fill on FIFO direct 32bit write refractionpcsx2 2020-06-12 17:26:35 +01:00
  • 986247d8dc Removed GIF status hack for weird GIF FIFO packets, now handles it properly Tweaked VIF to enable the DMA on MSKPATH3 and FLUSHA, vastly improves PATH3 Masking timing refractionpcsx2 2020-06-12 17:02:25 +01:00
  • a2291c9088 Fixed some bugs with the new VIF arbitration Adjusted PATH3 timing to closer match VIF to account for PATH3 masking timing refractionpcsx2 2020-06-12 01:57:10 +01:00
  • 2a0e78f256 Arbitrate VIF FIFO between DMA and VIF refractionpcsx2 2020-06-12 00:08:02 +01:00
  • 3934d00cca
    Merge pull request #409 from Ziemas/binary-wav PSISP 2020-06-11 16:50:26 -04:00
  • bc999de142 Open wav file as binary Ziemas 2020-06-11 22:13:35 +02:00
  • aa2098bd18 Added COP0 Timer interrupts Cleaned up (and fixed up) PCCR counting refractionpcsx2 2020-06-11 20:53:31 +01:00