Skip to content

Commit

Permalink
Misc: Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster committed Aug 19, 2024
1 parent 10b264b commit cfb2633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/GraphicsSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@
<number>100</number>
</property>
<property name="maximum">
<number>100000</number>
<number>200000</number>
</property>
<property name="singleStep">
<number>100</number>
Expand Down
2 changes: 1 addition & 1 deletion pcsx2/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ struct Pcsx2Config
static constexpr int DEFAULT_VIDEO_CAPTURE_BITRATE = 6000;
static constexpr int DEFAULT_VIDEO_CAPTURE_WIDTH = 640;
static constexpr int DEFAULT_VIDEO_CAPTURE_HEIGHT = 480;
static constexpr int DEFAULT_AUDIO_CAPTURE_BITRATE = 160;
static constexpr int DEFAULT_AUDIO_CAPTURE_BITRATE = 192;
static const char* DEFAULT_CAPTURE_CONTAINER;

union
Expand Down
2 changes: 1 addition & 1 deletion pcsx2/GS/GSBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ class GSBlock

// TODO: ReadAndExpandBlock4_16

// ReadAndExpandBlock8H for AVX2 platforms with slow VPGATHERDD (Haswell, Zen, Zen2, Zen3)
// ReadAndExpandBlock8H for AVX2 platforms with slow VPGATHERDD (Haswell, Zen, Zen2, Zen3, Zen4)
// Also serves as the implementation for AVX / SSE
__forceinline static void ReadAndExpandBlock8H_32HSW(const u8* RESTRICT src, u8* RESTRICT dst, int dstpitch, const u32* RESTRICT pal)
{
Expand Down

0 comments on commit cfb2633

Please sign in to comment.