RedDevilus
ee0b2b1249
GS-GUI: Enable Software Edge-Aliasing by default
...
This will enable the checkbox for the software renderer, it has far more pros than cons (negligble performance hit)
2021-08-19 19:22:30 -04:00
refractionpcsx2
b167bd6807
GameDB: Added other versions of midnight club.
...
Improved the patches also as apparently was causing issues with the net config
2021-08-19 14:29:08 +01:00
refractionpcsx2
90e8923c31
GameDB: Add patch for MTVU performance in Midnight Club 3 Dub Remix
2021-08-19 11:31:19 +01:00
TellowKrinkle
7af74deaac
Pad: Fix crash on shutdown in macOS
2021-08-18 17:25:37 -05:00
TellowKrinkle
d96b1ef525
Pad: Formatting
2021-08-18 17:25:37 -05:00
kojin
0bd65614d0
wx: make position validation multi-monitor aware
2021-08-18 13:40:45 -04:00
Mrlinkwii
0e3401da2c
Clang: LnxMisc.cpp
...
Clang: LnxMisc.cpp
2021-08-18 18:24:47 +02:00
Mrlinkwii
692adbd04a
Utilities : Return distro info instead of kernel version
...
Utilities: Return distro info instead of kernel version
Co-Authored-By: Ty <29295048+F0bes@users.noreply.github.com>
2021-08-18 18:24:47 +02:00
lightningterror
7b587dcc9c
pad-linux: Update to latest controller database.
2021-08-18 15:20:53 +02:00
Ty Lamontagne
17c66cc2d3
Misc: Fix lastpath updating when using --elf cmdline
2021-08-18 14:26:17 +02:00
Connor McLaughlin
d7de81aaaa
iR5900: Make const register write clearer
...
This was apparently sign extending anyway, but using SD makes it clear
that the 32-bit assignment will sign extend to 64-bit.
2021-08-17 14:43:24 -04:00
Connor McLaughlin
a216f28c9d
iR5900: Use a signed multiply for MULT1 const prop
2021-08-17 14:43:24 -04:00
refractionpcsx2
1180de51fd
GameDB: Add clamping to True Crime: New York, fixing SPS
2021-08-16 22:32:36 +01:00
Connor McLaughlin
6844849305
microVU: Don't emit add reg, 0 in a few instructions
2021-08-15 08:02:34 +01:00
TellowKrinkle
af07d803fd
cmake: Enable features by checking targets
...
Helpful for if targets are added as submodules in the future (hint: Windows builds)
2021-08-15 02:13:36 -04:00
TellowKrinkle
284ca6ae68
cmake: Add support for using c++ bin2cpp instead of perl
2021-08-15 02:13:36 -04:00
TellowKrinkle
122de7a7d7
cmake: Remove old add_pcsx2_* macros
...
No longer used
2021-08-15 02:13:36 -04:00
TellowKrinkle
e17f83c2cf
bin2cpp: Remove fcloseall usage
...
fcloseall isn't available on macOS, and everything gets closed when the program exits anyways
2021-08-15 02:13:36 -04:00
TellowKrinkle
7ed0f38623
CMake: Define targets early instead of gathering variables
2021-08-15 02:13:36 -04:00
Tyler Wilding
ae2ae8b982
github: Switch to new issue forms ( #4657 )
...
* github: New issue forms
* remove default numbered list
2021-08-14 01:08:18 -04:00
RedDevilus
02a60acbcc
3rdparty: Update GHC 1.5.4 to 1.5.8
...
Make ghc act more like std::fs + consistency with C++17 and other fixes.
2021-08-13 18:53:11 -04:00
RedDevilus
69ba5b447f
Update SysConfigDialog.cpp
2021-08-13 23:10:24 +02:00
RedDevilus
11c346ab02
PCSX2-GUI: Undo formatting
2021-08-13 23:10:24 +02:00
RedDevilus
88c2e9ea48
PCSX2-GUI: Remove hackfix
...
Future change to be made to fix the height of General Settings.
2021-08-13 23:10:24 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
52cefc5543
ftw: remove inheritance, make sure warning popup shows
...
Turns out we had an unneeded layer of inheritance in the name of
BasePathsPanel, whose only job was to, wait for it, be inherited.
It is an empty class inheriting wxPanel instead of the needed
BaseApplicationConfigPanel, making it all the more unecessary.
Someone _really_ loved their OOP.
Also added back the OnShown trigger for the BIOS page to ensure BIOS
confirmity.
2021-08-13 23:10:24 +02:00
RedDevilus
3e1b76c0a9
PCSX2-GUI: Rehaul BIOS / Folder Selector ( #4620 )
...
Since emulation settings has been renamed general settings, we can put BIOS and Folder in the same location where people have an overview and can just use tab key on icons or mouse. Less confusion and also fixes the speedhacks section *for the zillionth time*.
2021-08-13 23:10:24 +02:00
Silent
f45c618fc2
KeyboardQueue: Remove a Windows-specific critsec
2021-08-13 17:00:56 -04:00
refractionpcsx2
9892624242
Counters: Fix scanline count for double strike modes.
2021-08-13 16:21:13 +01:00
GiantEnemyCrab
4dee68faaf
Add StartupWMClass to desktop file
2021-08-12 12:43:40 +02:00
Mrlinkwii
04aa251dee
Docs: correct GameIndex.md
...
Update GameDB docs
2021-08-12 11:40:32 +01:00
Mrlinkwii
be6db93698
GameDB: add 'EETimingHack' for Marvel Super Hero Squad and positive EE and VU rounding forPac-Man Fever
...
GameDB: add 'EETimingHack' for Marvel Super Hero Squad and positive EE and VU rounding forPac-Man Fever
2021-08-10 23:21:43 +01:00
refractionpcsx2
c61473d060
SPU2: Re-enable log file writing in dev builds
2021-08-10 18:08:13 +01:00
kozarovv
47bdc58c1a
PGIF: Code refactoring/cleanup.
...
Improve few games like RE2, THPS2, Castlevania SOTN, FF8.
2021-08-08 19:01:35 +01:00
lightningterror
70a862fced
pad-linux: Update to latest controller database.
2021-08-08 19:09:32 +02:00
RedDevilus
c6a39006d5
3rdparty: update GL headers
...
Update the headers to a more recent version while it brings no improvements at this moment, it can in the future.
Update glcorearb.h from 7 February 2019
Update wglext.h from 33248 (10-24-2016) to 20200813 (13 August 2020)
Update glext.h from 33248 (10-24-2016) to 20210420 ( 20 April 2021)
Creation of khrplatform.h
2021-08-07 20:58:19 -04:00
refractionpcsx2
0c5df806bf
Counters: Correct H-Blank for 1080i mode
2021-08-07 14:02:12 +01:00
kozarovv
94910216f7
CDVD: Implement SCMD 0x27
...
Fix PS1 mode for SCPH-50009, and DTL-H50009.
2021-08-07 13:11:04 +01:00
Ty Lamontagne
f1b4bee88f
X86Emitter: Use __rdtsc define on non-msvc compilers
2021-08-07 00:57:22 -04:00
Ty Lamontagne
87ee413141
Debugger: codacy warnings
2021-08-07 05:54:13 +01:00
Ty Lamontagne
823618aea8
Debugger: Properly implement VU0F titles
2021-08-07 05:54:13 +01:00
Ty Lamontagne
bb3fb35c7e
clang-format: DebugInterface.cpp CtrlRegisterList.cpp CtrlRegisterList.h
2021-08-07 05:54:13 +01:00
Ty Lamontagne
8f171c70f5
Debugger: Add option to display VU0F registers as floats
2021-08-07 05:54:13 +01:00
Christian Kenny
f11334cb3b
SPU2: Missed Linux WX files
2021-08-07 05:51:58 +01:00
Christian Kenny
df1461bba6
SPU2: Final GUI adjustments. It's not pretty but it'll do until the dialog gets rewritten.
2021-08-07 05:51:58 +01:00
Christian Kenny
97749e6005
SPU2: Remove awful dealias filter that made games sound like crap.
2021-08-07 05:51:58 +01:00
Christian Kenny
11ed747741
SPU2: Remove user option to disable reverb.
2021-08-07 05:51:58 +01:00
lightningterror
a982852e30
pad-linux: Update to latest controller database.
2021-08-06 07:07:31 +02:00
jackun
a811e653a7
USB: Fix HID mouse packet size and tablet poll interval
2021-08-06 03:33:34 +03:00
TellowKrinkle
0d4549a66e
cmake: Mark .inl files with the right type in Xcode
2021-08-05 18:20:58 -05:00
TellowKrinkle
f3dbf24864
vcxproj: Add filters for some missing files
2021-08-05 18:20:58 -05:00