RedDevilus
338eb42b04
Qt: Reduce max SPU - Change Speed Preset
...
Qt has a leftover from the old SPU2-X values which is 3000 ms (3 seconds) latency meaning that if an user sets it to the max it will do something like this: Videoframe ~150 / 180 happens and it makes the first sound after 3 seconds for the first videoframe which is far too long. Also changed 1% speed as it messed with the GSdump player and too stuttery to be usable in other usecases.
2022-03-28 10:44:04 +01:00
lightningterror
8e42fce0aa
gamedb: Add alignSprite to GOW 2.
...
Fixes water vertical lines.
2022-03-28 10:16:59 +02:00
lightningterror
a7900b342e
GS-hw: Purge GodOfWar 1 and 2 crc hacks.
...
Not needed, can be solved with upscaling hw hacks, and gs db fixes are a thing.
2022-03-28 09:59:41 +02:00
Connor McLaughlin
506bbe1c08
GS/OpenGL: Don't emit #extension after #define for FXAA
...
This is technically not valid GLSL.
2022-03-28 09:24:51 +02:00
Connor McLaughlin
d32d8cc0ec
Shaders/FXAA: Fix warnings with Vulkan compiler
2022-03-28 09:24:51 +02:00
Connor McLaughlin
0cb9655523
GS/Vulkan: Remove unused color attribute
...
Would likely be getting optimized out anyway.
2022-03-28 09:24:51 +02:00
Connor McLaughlin
3067bef82d
GS/Vulkan: Implement FXAA
2022-03-28 09:24:51 +02:00
Connor McLaughlin
486764be03
GS/Vulkan: Implement shadeboost
2022-03-28 09:24:51 +02:00
Connor McLaughlin
5e336138d0
Qt: Add shadeboost settings
2022-03-28 09:24:51 +02:00
Connor McLaughlin
4a5180bc0a
GS: Put shadeboost params in uniforms
...
Compiling variants for these is silly.
2022-03-28 09:24:51 +02:00
dependabot[bot]
dd28e33612
Bump peter-evans/create-pull-request from 3 to 4
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 09:10:03 +02:00
dependabot[bot]
b66c0411df
Bump actions/cache from 2.1.7 to 3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 09:09:41 +02:00
arcum42
c59b114a1d
Build: Remove cross compiling from build.sh. ( #5713 )
2022-03-27 17:38:41 -07:00
TheLastRar
352faeddb2
DEV9: Add Socket api mode
2022-03-27 16:16:19 +01:00
TheLastRar
140d44d826
DEV9: Add code for reading ARP, TCP & ICMP packets
2022-03-27 16:16:19 +01:00
TheLastRar
db220001f6
DEV9: Add cloning of packets
2022-03-27 16:16:19 +01:00
TheLastRar
5ac9b5576a
DEV9: Add PayloadData classes
2022-03-27 16:16:19 +01:00
TheLastRar
b23873e0ed
DEV9: Add adapter reset function
2022-03-27 16:16:19 +01:00
TheLastRar
284ec35699
DEV9: Add GetHeaderLength() to IP_Packet
2022-03-27 16:16:19 +01:00
TheLastRar
cb0e629dd3
DEV9: Make internal servers protected
2022-03-27 16:16:19 +01:00
TheLastRar
1aaadd6228
DEV9: Make DHCP_Server::GetGatewaysLinux() public
...
Needed for auto adapter on linux, if only to check if an adapter has a gateway
2022-03-27 16:16:19 +01:00
TheLastRar
e20a357340
DEV9: Allow user DHCP settings to be overridden
2022-03-27 16:16:19 +01:00
TheLastRar
fef2952d47
DEV9: Fix typo in DHCP_Packet
2022-03-27 16:16:19 +01:00
TheLastRar
f4b2e0dd7a
DEV9: Correct PayloadPtr::WriteBytes()
2022-03-27 16:16:19 +01:00
Connor McLaughlin
d3aace98ac
GS/OpenGL: Fix fb target conflict without fbfetch
2022-03-27 04:33:20 +01:00
Connor McLaughlin
3a7f82eb66
GS/HW: Fix fbmask not inserting barriers
...
Or, missing the fb copy for D3D/barriers off.
Regression from fbfetch PR.
2022-03-27 04:33:20 +01:00
Connor McLaughlin
3e24b678c4
Build: Don't install pcsx2 core static lib on Linux
2022-03-26 14:11:33 +00:00
Connor McLaughlin
2ab6ca06ed
Qt: Fix compile issues on Linux
2022-03-26 14:11:33 +00:00
Connor McLaughlin
9ac5041b43
Qt: Fix double entries in audio output modules
2022-03-26 14:11:33 +00:00
Connor McLaughlin
9262422d01
Qt: Add missing null terminator in audio settings
2022-03-26 07:56:52 +00:00
Mrlinkwii
9f04becc7a
GameDB : various game improvements
2022-03-25 17:00:57 +00:00
RedDevilus
8485af6cac
GameDB: GS HW Fix XI
...
The game also needs round sprite half for the transitional areas and red forest because of vertical lines similar to Star Ocean 3.
+ other fixes, read the GameDB comments for more information.
Relevant games:
- Atelier Iris 3 - Grand Phantasm
- Baldur's Gate - Dark Alliance 1 / 2
- Call of Duty 2 - Big Red One
- Dark Cloud 1 / 2
- Mana Khemia 1 / 2
- Sims 2 - Castaway
- Valkyrie 2 - Silmeria
2022-03-25 16:31:07 +00:00
TheLastRar
48f7e6c63f
DEV9: Add Qt UI
2022-03-25 13:50:25 +00:00
TheLastRar
e1fb84d6a3
DEV9: Separate HddCreate code from Wx
...
Also disable auto generating an image on boot if one is not found
2022-03-25 13:50:25 +00:00
TheLastRar
5db9a738c5
Config: Integrate internal DNS host list on Qt
2022-03-25 13:50:25 +00:00
TheLastRar
145e75624d
Config: Allow setting DNS1/2 internal instead of manual/auto
2022-03-25 13:50:25 +00:00
Connor McLaughlin
d09b49e17c
Qt: Hook up automatic mapping
2022-03-25 12:51:31 +00:00
Connor McLaughlin
fdc3ca1227
PAD: Add automatic mapping functions
2022-03-25 12:51:31 +00:00
Connor McLaughlin
51d47a1455
InputManager: Add generic input mappings
2022-03-25 12:51:31 +00:00
Connor McLaughlin
9504671919
PAD: Add macro buttons
2022-03-25 12:51:31 +00:00
Connor McLaughlin
e5248db844
StringUtil: Add SplitString()
2022-03-25 12:51:31 +00:00
Connor McLaughlin
551d013b63
Qt: Add shutdown hotkey
2022-03-25 12:51:18 +00:00
Connor McLaughlin
d65950cda2
VMManager: Add BIOS check on startup
...
Except when running GS dumps.
2022-03-25 12:51:18 +00:00
Connor McLaughlin
15c38a0a4e
GSDumpReplayer: Add missing license header
2022-03-25 12:51:18 +00:00
TheLastRar
74ed14496b
Qt: GS Settings Fixes
2022-03-25 10:26:23 +00:00
Connor McLaughlin
1fa6fb0a8c
Qt: Add memory card settings
2022-03-25 10:26:09 +00:00
Connor McLaughlin
3dc6ae115f
Qt: Implement (partial) audio settings
2022-03-25 10:26:09 +00:00
Connor McLaughlin
fa36b9b5cb
MemoryCardFile: Add formatted/mtime to query, rename/delete ops
2022-03-25 10:26:09 +00:00
Connor McLaughlin
47fff9304b
FileSystem: Add DeleteDirectory() and recursive variant
2022-03-25 10:26:09 +00:00
Mrlinkwii
29c0d93864
GUI/Docs : update compatibility URLs
2022-03-23 10:27:36 +00:00