Tyler Wilding
be6b46b793
github: Add first-time contributor message
2021-04-29 18:41:34 +02:00
Silent
bd4d04f914
clang-format: -pcsx2/gui/MemoryCardFolder.cpp -pcsx2/gui/MemoryCardFolder.h
2021-04-28 01:10:24 +02:00
Silent
c27ae16b42
Folder memcards: Suppress "file does not exist" errors for memcard index
2021-04-28 01:10:24 +02:00
Silent
affa24e596
Folder memcards: Remove an unused variable
2021-04-28 01:10:24 +02:00
Silent
52408145c1
Folder memcards: Properly handle zero sized files when writing the memcard index
...
fileRef is nullptr for zero sized files
2021-04-28 01:10:24 +02:00
Silent
19af887257
Folder memcards: Improve handling of legacy folder memcards (without the index file)
2021-04-28 01:10:24 +02:00
Silent
607b56be97
Folder memcards: Ensure YAML nodes are always referenced by UTF-8
2021-04-28 01:10:24 +02:00
Silent
c7ad748e98
Folder memcards: Write the file index from FlushFileEntries
...
Resolves issues with flushes being performed out of order,
breaking the intended order of files in the file dictionary
2021-04-28 01:10:24 +02:00
Silent
f8f783737d
Folder memcards: Write metadata for directories
2021-04-28 01:10:24 +02:00
Silent
a6cec6a04e
Folder memcards: Add an index file to track timestamps and file order
...
This resolves folder memory card incompatibilities with games assuming
the order of files in the filesystem - e.g. Grand Theft Auto games.
A newly added index file tracks the order in which files would have
landed in the FAT partition and attempts to preserve this order
upon loading.
2021-04-28 01:10:24 +02:00
Silent
8dee1a3e9f
Folder memcards: Clean up FolderMemoryCard code a bit
2021-04-28 01:10:24 +02:00
ty
eef643cf63
Core: Purge OS specific CPU usage providers
2021-04-28 01:03:14 +02:00
lightningterror
290183040f
gsdx-vsprops: Fix build configuration.
...
Fixes AVX2 build configuration on VS.
Issue was gsdx would still build as SSE4 instead of AVX2 on AVX2 configuration.
Also remove sse2.props.
2021-04-24 20:07:46 +02:00
lightningterror
ee2890517c
gsdx-hw: Cleanup renderer code a bit.
...
Mark variables as const if applicable, initialize some as well.
2021-04-24 20:05:43 +02:00
lightningterror
46cd43ab9e
gsdx-ogl: Cleanup renderer code a bit.
...
Mark variables as const if applicable.
2021-04-24 20:05:43 +02:00
lightningterror
4ca84e8049
gsdx-d3d11: Cleanup renderer code a bit.
...
Mark variables as cost if applicable.
Initialize D3D11_PRIMITIVE_TOPOLOGY.
2021-04-24 20:05:43 +02:00
tellowkrinkle
a4bb6234ac
Rename main menu back to System ( #4362 )
...
There's already a `PCSX2` menu on macOS, adding a second one is incredibly confusing
2021-04-24 08:46:34 -07:00
macmenot
dac2a302ec
DEV9: add ATA Idle Immediate (E1) stub
...
Fixes https://github.com/PCSX2/pcsx2/issues/4358
2021-04-24 14:12:16 +02:00
TheLastRar
72eddb7286
DEV9: Do not apply byteswapping to TX/RX FIFO writes/reads
2021-04-24 14:08:22 +02:00
RedDevilus
f0cdf398a6
pad-linux: Update to latest controller database.
2021-04-24 13:59:20 +02:00
Mrlinkwii
ffb1a3d11e
GameDB: Fix errors in GameDB. ( #4389 )
2021-04-24 13:58:54 +02:00
Mrlinkwii
721253bf49
GameDB: Adds gamefixes for various games. ( #4388 )
...
Adds fixes for Energy Airforce - Aim Strike , K-1 World Grand Prix 2006.
2021-04-24 00:45:08 +02:00
Mrlinkwii
526c143eb5
GUI: rename 'show debug' to 'show debugger' and move the create blockdump' option above it above
...
GUI: rename 'show debug' to 'show debugger' and move the create blockdump' option above it above
2021-04-23 00:17:07 +02:00
Mrlinkwii
4d2f7ae9e2
clang-format : pcsx2/gui/MainFrame.cpp
...
clang-format : pcsx2/gui/MainFrame.cpp
2021-04-23 00:17:07 +02:00
Mrlinkwii
d7851132c4
GUI: change window to debug and move blockdump to to debug
...
GUI: change window to debug and move blockdump to to debug
2021-04-23 00:17:07 +02:00
refractionpcsx2
6f7890b709
microVU: Fix mistake when setting Status Flag bits for Signed/Zero
2021-04-19 10:55:33 +01:00
dependabot[bot]
d3be481327
build(deps): bump actions/cache from v2.1.4 to v2.1.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 08:34:26 +02:00
tellowkrinkle
256afa8b9d
clang-format: change alignment settings
2021-04-18 17:39:09 -05:00
Tyler Wilding
770eb0bdaf
github: Beef up the CONTRIBUTING file and point people there for best-practices
2021-04-19 00:37:46 +02:00
Tyler Wilding
6e8578ff6c
github: Add PULL_REQUEST template
2021-04-19 00:37:46 +02:00
Tyler Wilding
5e585c69ff
github: Move CONTRIBUTING file into .github folder
2021-04-19 00:37:46 +02:00
TellowKrinkle
3db5e42b96
GSdx: Add clang-format off/on to parts clang-format breaks really badly on
2021-04-17 05:11:33 -05:00
TellowKrinkle
ae1bc651d6
GSdx: Format
2021-04-17 05:11:33 -05:00
lightningterror
fafbb3cc63
gsdx: Clean up a few warnings.
2021-04-13 02:05:18 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
6251c3f8ab
gsvector: fix forgotten elif during purge
2021-04-13 02:04:16 +02:00
tellowkrinkle
1e60161932
ghactions: brew update before installing in macOS
...
Should fix issues with homebrew's old package provider shutting down
2021-04-12 15:04:05 -05:00
Tyler Wilding
6cc969a89c
ci: Automatically label pull requests
2021-04-10 20:41:01 +02:00
KrossX
0235bec410
PAD: Just enable pressure on CMD 0x4F
2021-04-10 19:46:30 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
12e9ddfa2b
core: change sse4 fatal error to sse4.1
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
8a9ec4c706
core: purge sse2
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
5509bfc003
spu2: purge sse2
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
48f51b3ce3
gs: purge sse2/sse3
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
6bc31a0023
cmake: make sse4 default
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
fb1f73fbd4
sln: remove SSE4 from build options, make SSE4 default
2021-04-10 19:16:42 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
970dfb9cfd
buildbot: change default target because of sse2 purge
2021-04-10 19:16:42 +02:00
pgert
87daea8a06
GUI > SpeedhacksPanel: textstringcorrections
2021-04-10 13:31:58 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
edeb0d7bd7
ipc: keep previous file socket formatting
2021-04-09 11:30:21 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
1d93cd25e5
ipc: switch to std::string, more readable code + fixes memleak
2021-04-09 11:30:21 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
80cd65d347
ipc: remove possible memory corruption due to strcat on provided pointer
2021-04-09 11:30:21 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
4a2482e950
ipc: implement MsgStatus
2021-04-09 11:29:58 +01:00