Connor McLaughlin
0a667bf18a
SettingsInterface: Add optional accessors/mutators
2022-06-04 18:10:46 +01:00
Connor McLaughlin
2d8a4e13e6
GS: Fix a bunch of texture copy counters not adding
2022-06-04 18:10:46 +01:00
Connor McLaughlin
f1702b5693
Qt: Force game list column resize on window show
...
Fixes a regression from dbfb93a50f
where
the game list columns would always be too short on open.
2022-06-04 18:00:06 +01:00
Connor McLaughlin
b89d0837a6
Qt: Avoid spamming resize events on paint
...
This caused long freezes on Windows when you dragged the window around,
because it was sending a paint event for every movement.
2022-06-04 17:27:55 +01:00
TellowKrinkle
cba6a6ec51
Qt: Add preferences button to menu system
...
Important on macOS to get the expected keyboard shortcut
2022-06-04 14:50:33 +01:00
TellowKrinkle
d74623faf9
Qt: Support DPI change events
2022-06-04 14:50:33 +01:00
TellowKrinkle
db4bf08475
GHActions:macOS: Add Qt build
2022-06-04 14:50:33 +01:00
TellowKrinkle
f9c2327bf5
Qt: Respond to dark/light mode changes
2022-06-04 14:50:33 +01:00
TellowKrinkle
beab9870cf
Common: Move ObjC methods to CocoaTools
2022-06-04 14:50:33 +01:00
TellowKrinkle
dbfb93a50f
Qt: Calculate icon theme from palette instead of name
2022-06-04 14:50:33 +01:00
TellowKrinkle
6b66cd7f29
Qt: Remove [Light] from Native theme
...
It's whatever your system theme is set to, be that light or dark
2022-06-04 14:50:33 +01:00
TellowKrinkle
08089e0654
Qt: Set isMask to true on menu items
...
Prevents icons from being the wrong color when the Qt theme doesn't match the macOS system theme (or when you use Native theme with dark mode)
2022-06-04 14:50:33 +01:00
TellowKrinkle
b2ef973f16
Qt: Fix game summary field size on macOS
2022-06-04 14:50:33 +01:00
TellowKrinkle
d862f8cd53
Qt: Fix SDL initialization crash on macOS
2022-06-04 14:50:33 +01:00
TellowKrinkle
9c61e9eda3
Qt: Mac build
2022-06-04 14:50:33 +01:00
Goatman13
dc000e08ab
GameDB: Add more Onimusha 3 HW fixes.
...
Fixes textureless graphics ingame.
2022-06-04 14:27:16 +01:00
Goatman13
5469d59de9
IPU: Set ECD if start code is not 1xx
...
Onimusha 3 send 0x200 and expect that start code search finish on it.
Setting ECD here helps The Sims Bustin' Out
2022-06-04 14:27:16 +01:00
refractionpcsx2
37f640ece2
IPU: Always process command if busy on DMA run
2022-06-04 13:30:48 +01:00
refractionpcsx2
906898c785
Savestates: Add developers comment for commit log messages
2022-06-04 04:57:37 +01:00
TheTechnician27
30f6c5f8f1
Update README.md to reflect project's age.
2022-06-04 02:36:13 +01:00
refractionpcsx2
1a2059c0f1
IOP Counters: Fix up interrupt behaviour
...
Also replace some magic values with macro/enum type thingies
2022-06-04 02:28:56 +01:00
RedDevilus
4fb0050411
GameDB: Forbidden Siren 2
...
Fixes vertical lines in-game (merge sprite) and FMV (software renderer gamefix)
2022-06-04 02:25:26 +01:00
refractionpcsx2
5708fb1668
IPU: add slight timing to IDEC/BDEC
...
Modify IPU to run on internal interrupts to give some timing
2022-06-04 01:46:01 +01:00
refractionpcsx2
870604d64c
Savestates: Add new IPU variable and bump version
2022-06-04 01:46:01 +01:00
refractionpcsx2
9f4bf4267d
IPU: Stop early IPUProcessInterrupt fires.
2022-06-04 01:46:01 +01:00
refractionpcsx2
5c15d57f5f
IPU: Reorder DMA timing for IPU_TO and IPU_FROM
2022-06-04 01:46:01 +01:00
Mrlinkwii
6e1f76185e
GameDB: add patches for 'Harry Potter and the Half-Blood Prince'
2022-06-03 23:00:05 +01:00
Goatman13
7fe5ba480c
GameDB: Replace Choro Q HG, and Penny/Gadget Racers patches.
...
Replace patches to less invasive solution. No longer need to skip movies, or skip SetVSyncFlag.
2022-06-03 18:25:56 +01:00
RedDevilus
2333ff7b2d
Qt: Bump Cache + new other icon
2022-06-03 16:23:54 +01:00
RedDevilus
5063961748
Qt: Readability and prevents false matches regions
...
Code readability is easier if you check out this page and also prevents false matches like PAL-FI which is a Finnish game would trigger PAL-F which gives a French flag.
2022-06-03 16:23:54 +01:00
RedDevilus
815c0a394d
Qt: Adding back BIOS flags
...
The old code was still being used for getting the icons but they were renamed and moved into another folder. Oops!
2022-06-03 16:23:54 +01:00
RedDevilus
6d3f42a441
Qt: Change array and rename flags to region
2022-06-03 16:23:54 +01:00
RedDevilus
4b76594d8d
Qt: Add array and look-up for flags
...
Stenzek doesn't love a lot for variables which impacts code readability, put into array for ease his mind.
2022-06-03 16:23:54 +01:00
RedDevilus
f5144f33da
Qt: Move flags to seperate folder
2022-06-03 16:23:54 +01:00
RedDevilus
03f7e9e15a
Qt: More flags and regions + enabling more icons
...
In reality it will show multiple flags like Korean flag but the flags aren't correct due to the structure in the GameDB actually being the languages more than the actual region.
At least people will have Korean flags and others for now and fix GameDB later as it's still a nightly/development cycle.
Though there are about 30 country flags included for future usage as of now.
2022-06-03 16:23:54 +01:00
Blackbird88
a8baa4b67c
GameDB: Added Tourist Trophy VU clamp fix
2022-06-03 13:52:50 +01:00
RedDevilus
f40bebed3b
GameDB: Fix line in the sky for Jak games
...
Read the description...
2022-06-02 18:25:35 +01:00
RedDevilus
5a036e572b
GameDB: Remove Kingdomhearts 1/2 GShwfixes
...
Issues with texture cache reveal themselves so best to remove it.
2022-06-02 18:25:16 +01:00
Mrlinkwii
cd31f5fceb
GameDB: upscaling fixes for 'Tokyo Xtreme Racer Drift 2'
2022-06-02 00:45:08 +01:00
Mrlinkwii
f812174270
Gamedb: fix game title typos
2022-06-01 21:39:33 +01:00
nev3rfail
aeaeb8ba94
GS/TextureReplacement: Ignore replaced textures in DumpTexture
2022-06-01 20:15:16 +02:00
Florin9doi
2adeb401ff
Gamedb: PlayStation BB Navigator
2022-06-01 12:38:19 +01:00
Florin9doi
52325cb7dd
Gamedb: Jissen Pachi-Slot Hisshouhou
2022-06-01 12:38:19 +01:00
Florin9doi
6265bbf99a
Gamedb: Web browsers
2022-06-01 12:38:19 +01:00
Mrlinkwii
8c0c9a5e29
PAD: fix typo in UI
2022-06-01 12:09:03 +01:00
Florin9doi
8638c73a4e
Gamedb: DVD Player
2022-06-01 11:01:00 +01:00
Florin9doi
d2d4038357
Gamedb: Chou! Rakushii Internet Tomodachi Nowa
2022-06-01 10:36:23 +01:00
refractionpcsx2
f8fdbaf566
CheatsWS: Remove bad Herdy Gurdy WS patch
2022-05-31 19:12:53 +01:00
Stuart Kenny
0b2536dd3e
GS/HW: Fix typos in wave filter shader
2022-05-31 17:36:16 +01:00
Mrlinkwii
b2b7d8d64e
Gamedb: remove patch from 'Boku to Mao'
2022-05-31 16:17:22 +01:00