Commit graph

  • 83f0814af2
    Merge 610011a318 into 68dd073e75 Ty 2021-07-25 23:53:26 +0000
  • 610011a318
    Timers / Scheduler: Remove unnecessary can_target in SchedulerTimer Ty Lamontagne 2021-07-25 19:42:43 -0400
  • 3d541aaa73
    Timers: 16 Bit Writes & Clear even when compare interrupts are disabled Ty Lamontagne 2021-07-25 19:00:09 -0400
  • 194504fee6
    Merge 00dcf17344 into 68dd073e75 Kappamalone 2021-07-19 04:03:35 +0000
  • 00dcf17344 Fix calling delete[] on uninitialised pointer kappamalone 2021-07-19 09:27:57 +0530
  • 38fdcc6e95
    Merge 5bf8684f19 into 68dd073e75 Souzooka 2021-06-12 22:36:59 +0100
  • 927a6c5dae
    CI improvements Margen67 2021-05-04 20:11:34 -1000
  • dc3758b4b3
    Merge bdbe8d7029 into 68dd073e75 Souzooka 2021-04-30 07:12:51 +0300
  • 09337e7a5a
    Merge df501ad5c6 into 68dd073e75 Ziemas 2021-04-25 02:12:51 +0000
  • df501ad5c6 Relative include paths Ziemas 2021-04-20 15:14:53 +0200
  • 2e157da44a Update msvc projects Ziemas 2021-04-18 00:28:25 +0200
  • ae6969c077 Update qmake files Ziemas 2021-04-18 00:29:28 +0200
  • 1a4863dc5c Make GS dumps work with new savestate code Ziemas 2021-04-20 15:01:37 +0200
  • f328b1e454 Rework savestate handling Ziemas 2021-03-02 13:58:00 +0100
  • 68dd073e75
    Merge pull request #474 from Ziemas/brew-qt5 master PSISP 2021-04-21 16:16:25 -0400
  • 6989149aaa Specifically get Qt5 on mac CI Ziemas 2021-04-20 15:30:27 +0200
  • 848a0810e1 [Emitter] Fixed oopsie in CMP wheremyfoodat 2021-03-23 01:36:34 +0200
  • 615a64f965 Removed redundant op, made emitter optimize certain immediates for size wheremyfoodat 2021-03-23 01:29:00 +0200
  • 1664855179 2 more minor size optimizations wheremyfoodat 2021-03-22 15:02:45 +0200
  • 3a73076ad5 Code size optimizations, additions to emitter wheremyfoodat 2021-03-22 14:34:20 +0200
  • 70e27b3325 Replaced std::tuple with std::pair wherever appropriate wheremyfoodat 2021-03-22 12:55:28 +0200
  • d51727dc36
    Merge pull request #466 from Ziemas/chd-exit-segfault gs_cleanup PSISP 2021-03-01 22:13:11 -0500
  • c63230d05f CHD: Don't delete the header Ziemas 2021-03-02 03:02:58 +0100
  • 0ae0bc718e
    Merge pull request #452 from Mrlinkwii/riR3 PSISP 2021-03-01 14:21:07 -0500
  • b35e44e392
    Merge pull request #432 from refractionpcsx2/gs_field_hsync PSISP 2021-03-01 14:16:44 -0500
  • 8498439372
    Merge pull request #459 from Ziemas/chd PSISP 2021-03-01 14:13:37 -0500
  • 15aec5eb6b
    Merge pull request #463 from Ziemas/spu-adsr-fix PSISP 2021-03-01 14:13:23 -0500
  • 47854997e4
    Merge pull request #454 from Mrlinkwii/theming PSISP 2021-03-01 14:13:04 -0500
  • 9b78460058
    Merge pull request #419 from Ziemas/spu_gen_gauss PSISP 2021-03-01 14:08:29 -0500
  • a3a420eee6
    Merge pull request #438 from refractionpcsx2/ee_tlbr PSISP 2021-03-01 14:07:53 -0500
  • e73882a4d8
    Merge pull request #464 from Ziemas/spu-mvol PSISP 2021-03-01 14:05:55 -0500
  • 1a6a0fa85d SPU: Implement core master volume. Ziemas 2021-02-04 03:55:38 +0100
  • c1c7a7f45b
    Merge pull request #462 from Ziemas/nax PSISP 2021-01-20 13:15:21 -0500
  • a6c2a40c21 SPU: Fix ADSR Ziemas 2021-01-20 09:12:35 +0100
  • 0532c1d756 GS: Implement HBLANK events GS: Delay VBLANK GS Event by set number of cycles as tested on PS2 refractionpcsx2 2020-07-25 18:04:00 +0100
  • ac108f7f95 SPU: remove some debug printfs Ziemas 2021-01-13 22:04:35 +0100
  • 802b385820 SPU: Fix block loop behaviour Ziemas 2021-01-13 21:59:06 +0100
  • 4e9d7f012b SPU: some formatting Ziemas 2021-01-09 19:51:24 +0100
  • 8dd1b0165b SPU: NAX shouldn't point to block headers Ziemas 2021-01-09 19:50:09 +0100
  • c70605e672 libdeflate: delete libdeflate Ziemas 2020-12-29 15:23:11 +0100
  • 542843e429 CSO: use zlib instead of libdeflate Ziemas 2020-12-29 15:22:11 +0100
  • a88d75ceb7 CHD: clean up debugging prints Ziemas 2020-12-29 13:31:27 +0100
  • 1b7377330d CHD: Fix CD by detecting sector offset Ziemas 2020-12-29 13:23:01 +0100
  • 8e4d8cc709 CHD sectors are not 2048 bytes. Ziemas 2020-12-27 22:05:27 +0100
  • 5e6bc8d850 CHD: Introduce all the CHD stuff Ziemas 2020-12-27 21:31:17 +0100
  • 4afb31fc64
    Merge pull request #458 from Margen67/ci PSISP 2020-12-27 16:23:06 -0500
  • 021e6f8edd CI improvements Margen67 2020-12-20 07:13:06 -0800
  • 804b99c623 VIF: Simplify reverse FIFO return_of_better_dmac PSI-Rockin 2020-11-02 19:23:12 -0500
  • cb93eef70f Merge branch 'master' into return_of_better_dmac PSI-Rockin 2020-11-02 04:31:08 -0500
  • 6fdbdf39e3
    Merge pull request #450 from refractionpcsx2/gs_download_v2 PSISP 2020-11-02 04:16:56 -0500
  • f90aa93fc0 Merge branch 'master' into return_of_better_dmac PSI-Rockin 2020-11-02 03:55:24 -0500
  • 4e34e3cdeb
    Merge pull request #457 from refractionpcsx2/cop2_stall_cycles PSISP 2020-10-31 22:00:42 -0400
  • 75fe9e0cd9 cop2: Adjust EE cycle count if there is a DIV pipe stall Also cleaned up the code for normal pipe stalls slightly refractionpcsx2 2020-10-26 12:21:13 +0000
  • c0cb523d51 set correct dark them RGB Mrlinkwii 2020-10-03 21:32:41 +0100
  • 16bf80b370 Update emuwindow.cpp Mrlinkwii 2020-09-25 15:22:07 +0100
  • a40754dacb capitalization Mrlinkwii 2020-09-24 19:13:25 +0100
  • 23642865dd capitalization Mrlinkwii 2020-09-24 19:03:04 +0100
  • b78277ae04
    creates new light and dark themes (#2) Mrlinkwii 2020-09-24 14:46:04 +0100
  • cb8772237e Update emuwindow.cpp Mrlinkwii 2020-08-09 19:28:15 +0100
  • 29f7d582bc Update emuwindow.cpp Mrlinkwii 2020-08-08 20:03:10 +0100
  • 9f952b6169 Update emuwindow.cpp Mrlinkwii 2020-08-08 19:55:35 +0100
  • 0c747bc620 Update emuwindow.cpp Mrlinkwii 2020-08-08 19:24:23 +0100
  • 729ba18041
    Merge pull request #451 from refractionpcsx2/gs_skip_depth_always_noupdate PSISP 2020-08-07 17:26:37 -0400
  • c7ec7da054 GS JIT: Don't recompile depth test/updates when set to ALWAYS + NO Update refractionpcsx2 2020-08-07 22:24:14 +0100
  • 1a52b7a302 VIF/GS: Enhanced GS Download behaviour GS Downloads are now around 20% faster due to removal of thread thrashing Code generally less janky Reverse VIF1 DMA's arbitrate when the VIF FIFO runs out of data refractionpcsx2 2020-08-07 22:21:14 +0100
  • 1d8394f4fc
    Merge pull request #449 from refractionpcsx2/gs_mip_lod_limit PSISP 2020-08-04 01:48:38 -0400
  • 2182cc1764 GS: Remove 8bit cast on LOD values refractionpcsx2 2020-08-02 19:30:29 +0100
  • 5b5e506edd
    Merge pull request #448 from refractionpcsx2/gs_mipmap_uv PSISP 2020-08-02 12:09:49 -0400
  • ac1bf8d5a1
    Merge pull request #439 from refractionpcsx2/vif_force_break_2 PSISP 2020-08-02 12:04:25 -0400
  • 090cda9221
    Merge pull request #446 from tadanokojin/128-vif-fifo-reads PSISP 2020-08-02 12:03:42 -0400
  • 99c45d7a1d GS: Use LOD=K MipMap mode when using UV coords refractionpcsx2 2020-08-02 04:06:36 +0100
  • d0a9546f0b
    Merge pull request #443 from refractionpcsx2/gs_jit_dest_alpha PSISP 2020-08-01 17:16:49 -0400
  • 2acb87cb90
    Merge pull request #447 from tadanokojin/nightshade PSISP 2020-08-01 17:16:18 -0400
  • 5275ef1b7e gs: implement z16s local to local dest format Kojin 2020-08-01 10:55:32 -0400
  • 6578b91311 implement 128bit vif1 fifo read Kojin 2020-08-01 09:57:57 -0400
  • 3b819c778d
    Merge pull request #442 from refractionpcsx2/gs_int_alpha PSISP 2020-07-31 12:22:25 -0400
  • ce9690c8e5 GS JIT: Do dest alpha test before depth test The GS JIT updates the depth buffer at the same time as doing the depth test which is before the DATE test, but this breaks Sly and causes black boxes around the communication windows. Doing the DATE test first, which is technically incorrect, but behaviour should still be correct. refractionpcsx2 2020-07-29 23:12:10 +0100
  • ca2dfed813 Fix spacing refractionpcsx2 2020-07-29 22:47:30 +0100
  • 40333efb1f GS: Make checking 32bit texture format its own function refractionpcsx2 2020-07-29 22:41:46 +0100
  • 7ac203edce GS Int: Don't update alpha on RGB Only with CLUT Color Fixes Klonoa 2's menu in GS Int refractionpcsx2 2020-07-29 22:32:10 +0100
  • 59adeaa65f Heavy Rebase kenshen112 2020-07-28 15:47:01 -0700
  • c0cdcfcd73 An issue with no data flow from gamepad to the rest of the emulator though xinput should be otherwise hooked up t o 2020-06-27 20:54:56 -0700
  • 569a884877 Send Effects through kenshen112 2020-06-27 14:52:36 -0700
  • 7d73860936 Starting to add effects data kenshen112 2020-06-26 20:19:08 -0700
  • 7ad9ecade4 One last rebase for KH2 fix and fix sqash conflict kenshen112 2020-06-07 14:17:34 -0700
  • 1a80f8c4df Think I fixed it? t o 2020-06-06 20:12:53 -0700
  • edd0829be5 Better Logging kenshen112 2020-06-06 19:31:49 -0700
  • 8c47ebb6c5 Heavy WIP buttons have pressure t o 2020-06-06 16:35:33 -0700
  • 2ef0cbf914 Squashed several commits. Soo. Many. Merge Conflicts kenshen112 2020-06-06 12:07:43 -0700
  • 4d106501ce normalize triggers and fix setButton t o 2020-06-05 19:24:21 -0700
  • d800c56bb3 Fixed windows builds. Configurator also gets data from controller correctly t o 2020-06-05 17:35:24 -0700
  • 4560bdc94b Added Libevdev GetEvent function though currently it's non functional. Hopefully poppa mac spares me and builds this time kenshen112 2020-05-27 18:51:47 -0700
  • eb93ea16c7 Start of timer implementation and serialization kenshen112 2020-05-22 18:31:16 -0700
  • 90197456a4 Adding to the Editor now buttons will print controller keycodes in terminal. Added Dino's suggested changes to cmake files kenshen112 2020-05-21 08:23:54 -0700
  • bf52ae748f With Dinos help I fixed the cmake file for mac and linux. Still working on the structure for the configurator and the future crossplatform use. kenshen112 2020-05-18 22:36:40 -0700
  • 1f1e1b1fb6 Fixes to Cmake (I wansn't excluding APPLE from the Windows check) and moved all input lib includes to correct location kenshen112 2020-05-18 21:39:45 -0700
  • f87d2bc100 Fix windows mistake (Im in linux after all) kenshen112 2020-05-18 21:32:05 -0700
  • 007d2dd6a3 Work on structure of configurator. Added stubs for multi OS support. Added Stubs for MacOS input support and several edits to CMake to account for that kenshen112 2020-05-18 21:27:33 -0700
  • cbc278d593 Added util folder from Kojin's vulkan branch to grab hwnd for raw input. Added some basic structures for raw input. Added hwnd cast from surface. t o 2020-05-17 20:41:57 -0700
  • 110f3b04eb Fixed set button with Sou and Kojin help. I swear i'm going to learn about bitshifts one of these days kenshen112 2020-05-12 21:02:12 -0700