Compare commits

...

26 Commits

Author SHA1 Message Date
Ty
282317c46e Debugger: Add opcodes and fixes to the assembler (#12267) 2025-02-03 16:52:27 -05:00
refractionpcsx2
2d6a42ac06 GS/HW: Reduce number of copies for HDR 2025-02-03 16:48:47 -05:00
PCSX2 Bot
cd98f72f10 [ci skip] PAD: Update to latest controller database. 2025-02-03 20:21:41 +01:00
TheLastRar
29a98f317e Vif: Don't reserve regs for unused columns
We can reuse those for other purposes
2025-02-02 18:02:24 -05:00
TheLastRar
6334082e6f Vif: Don't use non-volatile register in simple unpack
The Vif normally reserves Xmm3-Xmm6 for the columns and row.
However, code emitted for simple unpacks never used them.
Instead, lets use Xmm3 to avoid clobbering a non-volatile register.
2025-02-02 18:02:24 -05:00
TheLastRar
bd4a6a10f9 Vif: Backup and restore non-volatile SSE registers 2025-02-02 18:02:24 -05:00
lightningterror
ea4d988082 GS/HW: Check for null when source is either target or depth. 2025-02-01 22:53:21 +01:00
PCSX2 Bot
bf8693a7e8 [ci skip] Qt: Update Base Translation. 2025-01-29 19:07:07 -05:00
TheTechnician27
32a67c48e0 Qt: Add Wiki and Documentation to 'Help' menu 2025-01-29 10:10:44 -05:00
PCSX2 Bot
e93f81ca7a [ci skip] Qt: Update Base Translation. 2025-01-28 21:35:04 +01:00
PCSX2 Bot
8f107f5345 [ci skip] PAD: Update to latest controller database. 2025-01-27 17:01:51 +01:00
Ziemas
741046079c DebugInterface: isValidAddres on physical
Mask off the segment bits
2025-01-25 09:56:35 -05:00
PCSX2 Bot
df7646fd34 [ci skip] Qt: Update Base Translation. 2025-01-22 19:34:24 -05:00
TheTechnician27
d350408161 Settings: Allow user to manually set RTC per-game 2025-01-22 15:54:17 +01:00
JordanTheToaster
bde55a6fe2 GameDB: Various fixes 2025-01-21 17:30:00 -05:00
JimScript
83c1bed868 GameDB: Add Nicktoons Cross-Save Feature
re-added current GameDB
2025-01-21 11:57:25 -05:00
JimScript
6845f026bc GameDB: Add Nicktoons Cross-Save Feature
Revised commit name
2025-01-21 11:57:25 -05:00
PCSX2 Bot
f2c796bcc5 [ci skip] Qt: Update Base Translation. 2025-01-20 19:10:40 -05:00
chaoticgd
a930daf575 Debugger: Wait for the entry point to run before scanning from memory 2025-01-20 15:18:33 -05:00
TheTechnician27
36d8e5f295 ImGui: Avoid frame count display race condition for input recording and display correct value 2025-01-20 15:17:06 -05:00
Ty
71100679a3 R5900: Implement ARM NEON intrinsics for the EE cache 2025-01-20 15:14:25 -05:00
nassau-tk
e3b61b5b1f Fix Raksuho Pachi-slot series glitch 2025-01-20 15:13:07 -05:00
PCSX2 Bot
42a5e7422c [ci skip] PAD: Update to latest controller database. 2025-01-20 15:12:20 -05:00
Mrlinkwii
24782950e4 Docs: update Gamedb documentation
[ci skip]
2025-01-20 15:12:07 -05:00
TheTechnician27
e5639102cb Sounds: Use freely licensed orchestra hit for achievement unlock 2025-01-20 15:11:47 -05:00
lightningterror
b74d05603d GS/HW: Limit GetValidSize height and width.
Max texture size limit is 2048.
This should never happen but if it does clamp it
2025-01-20 05:14:50 +01:00
262 changed files with 2677 additions and 3028 deletions

Binary file not shown.

View File

@@ -2222,7 +2222,7 @@ SCAJ-20162:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
SCAJ-20163:
name: "Tales of the Abyss"
@@ -6311,7 +6311,7 @@ SCES-54552:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
patches:
CBB4B383:
@@ -8953,7 +8953,7 @@ SCPS-15102:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
SCPS-15103:
name: "ガンパレード・オーケストラ 白の章 ~青森ペンギン伝説~(限定版)"
@@ -9210,7 +9210,7 @@ SCPS-17013:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
patches:
CDEE4B19:
@@ -9459,7 +9459,7 @@ SCPS-19254:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
SCPS-19301:
name: "みんなのGOLF 4 [PlayStation2 the Best]"
@@ -11990,7 +11990,7 @@ SCUS-97490:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
patches:
0643F90C:
@@ -12314,7 +12314,7 @@ SCUS-97572:
roundSprite: 1 # Fix mini-map and field menu.
preloadFrameData: 1 # Fixes corrupt textures especially on water.
disablePartialInvalidation: 1 # Prevents UI and subtitles from disappearing.
halfPixelOffset: 4 # Aligns post bloom.
halfPixelOffset: 2 # Aligns post bloom.
nativeScaling: 2 # Fixes doubled post and DOF effects.
SCUS-97574:
name: "Jak X - Combat Racing [Greatest Hits]"
@@ -13381,6 +13381,7 @@ SLED-53330:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLED-53359:
@@ -17386,9 +17387,9 @@ SLES-51553:
clampModes:
vuClampMode: 2 # Fixes SPS in item menu.
gsHWFixes:
textureInsideRT: 1 # Fixes rainbow shadow of legions.
alignSprite: 1 # Fixes green vertical lines.
roundSprite: 2 # Fixes vertical lines and some font artifacts but not completely fixed.
textureInsideRT: 1 # Fixes rainbow shadow of legions.
SLES-51554:
name: "Cell Damage Overdrive"
region: "PAL-M5"
@@ -18443,6 +18444,8 @@ SLES-51981:
vuClampMode: 0 # Resolves I Reg Clamping / performance impact and yellow graphics in certain areas.
gsHWFixes:
roundSprite: 1 # Fixes slight blur.
halfPixelOffset: 2 # Aligns sun post processing.
nativeScaling: 2 # Fixes sun lines.
SLES-51982:
name: "ShellShock - Nam '67"
region: "PAL-M3"
@@ -18450,6 +18453,8 @@ SLES-51982:
vuClampMode: 0 # Resolves I Reg Clamping / performance impact and yellow graphics in certain areas.
gsHWFixes:
roundSprite: 1 # Fixes slight blur.
halfPixelOffset: 2 # Aligns sun post processing.
nativeScaling: 2 # Fixes sun lines.
SLES-51986:
name: "Backyard Wrestling - Don't Try This At Home"
region: "PAL-M5"
@@ -21588,6 +21593,7 @@ SLES-53125:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLES-53127:
@@ -29547,9 +29553,9 @@ SLKA-25026:
clampModes:
vuClampMode: 2 # Fixes SPS in item menu.
gsHWFixes:
textureInsideRT: 1 # Fixes rainbow shadow of legions.
alignSprite: 1 # Fixes green vertical lines.
roundSprite: 2 # Fixes vertical lines and some font artifacts but not completely fixed.
textureInsideRT: 1 # Fixes rainbow shadow of legions.
SLKA-25027:
name: "NBA Street Vol. 2"
region: "NTSC-K"
@@ -34323,6 +34329,7 @@ SLPM-61110:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLPM-61111:
@@ -40174,9 +40181,9 @@ SLPM-65249:
clampModes:
vuClampMode: 2 # Fixes SPS in item menu.
gsHWFixes:
textureInsideRT: 1 # Fixes rainbow shadow of legions.
alignSprite: 1 # Fixes green vertical lines.
roundSprite: 2 # Fixes vertical lines and some font artifacts but not completely fixed.
textureInsideRT: 1 # Fixes rainbow shadow of legions.
SLPM-65250:
name: "カットビ!! ゴルフ"
name-sort: "かっとび!! ごるふ"
@@ -44126,6 +44133,7 @@ SLPM-65948:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLPM-65949:
@@ -46097,6 +46105,7 @@ SLPM-66257:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLPM-66258:
@@ -51024,6 +51033,7 @@ SLPM-68519:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLPM-68520:
@@ -53333,6 +53343,8 @@ SLPS-20307:
name-sort: "らくしょう! ぱちすろせんげん - もぐもぐふうりんかざん・しょうきんくび・びりーざびっぐ・すーぱーぶらっくじゃっく"
name-en: "Rakushou! Pachi-Slot Sengen - MoguMoguFuuRinKaZan,Shoukin Kubi,Billy the Big,Super Black Jack"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-20308:
name: "花火百景 [特典版]"
name-sort: "はなびひゃっけい [とくてんばん]"
@@ -53790,6 +53802,8 @@ SLPS-20404:
name-sort: "らくしょう! ぱちすろせんげん2 - じゅうじか・でかだん"
name-en: "Rakushou! Pachi-Slot Sengen 2 - Juujika, Deka Dan"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-20405:
name: "スロッターUPコア5 ルパン大好き!主役は銭形"
name-sort: "すろったーUPこあ 5 るぱんだいすき!しゅやくはぜにがた"
@@ -53866,6 +53880,8 @@ SLPS-20419:
name-sort: "らくしょう! ぱちすろせんげん3 - りおでかーにばる・じゅうじか600しき"
name-en: "Rakushou! Pachi-Slot Sengen 3 - Rio de Carnival, Juujika 600-shiki"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-20420:
name: "ウルトラマンネクサス"
name-sort: "うるとらまんねくさす"
@@ -54075,6 +54091,8 @@ SLPS-20460:
name-sort: "らくしょう! ぱちすろせんげん4 - しんもぐもぐふうりんかざん りおでかーにばる"
name-en: "Rakushou! Pachi-Slot Sengen 4 - Shin MoguMogu FuuRinKaZan,Rio de Carnival"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-20461:
name: "SIMPLE2000シリーズ Vol.99 THE 原始人"
name-sort: "しんぷる2000しりーず Vol. 99 THE げんしじん"
@@ -58925,6 +58943,8 @@ SLPS-25770:
name-sort: "らくしょう! ぱちすろせんげん5 - りおぱらだいす"
name-en: "Rakushou! Pachi-Slot Sengen 5 - Rio Paradise"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-25771:
name: "グリムグリモア [初回生産版]"
name-sort: "ぐりむぐりもあ [しょかいせいさんばん]"
@@ -59794,6 +59814,8 @@ SLPS-25921:
name-sort: "らくしょう! ぱちすろせんげん6 - りお2 くるーじんぐ ヴぁなでぃーす"
name-en: "Rakushou! Pachi-Slot Sengen 6 - Rio 2 Cruising Vanadis"
region: "NTSC-J"
gsHWFixes:
cpuFramebufferConversion: 1 # A liitle fixes some graphic glitchs on upper screen (not Perfectly).
SLPS-25922:
name: "Vitamin Z [限定版]"
name-sort: "びたみん Z [げんていばん]"
@@ -64408,9 +64430,9 @@ SLUS-20695:
clampModes:
vuClampMode: 2 # Fixes SPS in item menu.
gsHWFixes:
textureInsideRT: 1 # Fixes rainbow shadow of legions.
alignSprite: 1 # Fixes green vertical lines.
roundSprite: 2 # Fixes vertical lines and some font artifacts but not completely fixed.
textureInsideRT: 1 # Fixes rainbow shadow of legions.
SLUS-20696:
name: "Nickelodeon Jimmy Neutron Boy Genius - Jet Fusion"
region: "NTSC-U"
@@ -65102,6 +65124,8 @@ SLUS-20828:
vuClampMode: 0 # Resolves I Reg Clamping / performance impact and yellow graphics in certain areas.
gsHWFixes:
roundSprite: 1 # Fixes slight blur.
halfPixelOffset: 2 # Aligns sun post processing.
nativeScaling: 2 # Fixes sun lines.
SLUS-20830:
name: "Intellivision Lives!"
region: "NTSC-U"
@@ -65931,6 +65955,7 @@ SLUS-20967:
gsHWFixes:
alignSprite: 1 # Fixes vertical lines.
textureInsideRT: 1 # Fixes reflections.
mipmap: 0 # Currently causes texture flickering.
gameFixes:
- SoftwareRendererFMVHack # Fixes upscale lines in FMVs.
SLUS-20968:
@@ -67417,6 +67442,11 @@ SLUS-21218:
name: "Tak - The Great Juju Challenge"
region: "NTSC-U"
compat: 5
memcardFilters:
- "SLUS-21218"
- "SLUS-21252"
- "SLUS-21277"
- "SLUS-21284"
SLUS-21219:
name: "Pac-Man World 3"
region: "NTSC-U"
@@ -67660,6 +67690,11 @@ SLUS-21252:
recommendedBlendingLevel: 3 # Fixes missing lights.
halfPixelOffset: 4 # Aligns post processing.
nativeScaling: 2 # Fixes post effects.
memcardFilters:
- "SLUS-21218"
- "SLUS-21252"
- "SLUS-21277"
- "SLUS-21284"
SLUS-21253:
name: "TY the Tasmanian Tiger 3 - Night of the Quinkan"
region: "NTSC-U"
@@ -67851,6 +67886,11 @@ SLUS-21277:
autoFlush: 2 # Needed for recursive mipmap rendering.
nativeScaling: 1 # Fixes post effects.
getSkipCount: "GSC_BlueTongueGames" # Render mipmaps on the CPU.
memcardFilters:
- "SLUS-21218"
- "SLUS-21252"
- "SLUS-21277"
- "SLUS-21284"
SLUS-21278:
name: "SSX On Tour"
region: "NTSC-U"
@@ -67921,6 +67961,11 @@ SLUS-21284:
autoFlush: 2 # Fixes glows. Also needed for recursive mipmap rendering.
textureInsideRT: 1 # Fixes rainbow lighting for some areas.
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
memcardFilters:
- "SLUS-21218"
- "SLUS-21252"
- "SLUS-21277"
- "SLUS-21284"
SLUS-21285:
name: "Ultimate Spider-Man [Limited Edition]"
region: "NTSC-U"

View File

@@ -211,7 +211,7 @@
03000000b50700000399000000000000,Firestorm 2,a:b2,b:b4,back:b10,leftshoulder:b6,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b8,righttrigger:b9,start:b11,x:b3,y:b5,platform:Windows,
03000000b50700001302000000000000,Firestorm D3,a:b0,b:b2,leftshoulder:b4,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,righttrigger:b7,x:b1,y:b3,platform:Windows,
03000000b40400001024000000000000,Flydigi Apex,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a2,righty:a5,start:b11,x:b3,y:b4,platform:Windows,
03000000151900004000000000000000,Flydigi Vader 2,a:b27,b:b26,back:b19,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b23,leftstick:b17,lefttrigger:b21,leftx:a0,lefty:a1,misc1:b15,paddle1:b11,paddle2:b10,paddle3:b13,paddle4:b12,rightshoulder:b22,rightstick:b16,righttrigger:b20,rightx:a3,righty:a4,start:b18,x:b25,y:b24,platform:Windows,
03000000151900004000000000000000,Flydigi Vader 2,a:b27,b:b26,back:b19,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b6,leftshoulder:b23,leftstick:b17,lefttrigger:b21,leftx:a0,lefty:a1,rightshoulder:b22,rightstick:b16,righttrigger:b20,rightx:a3,righty:a4,start:b18,x:b25,y:b24,platform:Windows,
03000000b40400001124000000000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b14,paddle1:b4,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b2,y:b3,platform:Windows,
03000000b40400001224000000000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b2,paddle1:b16,paddle2:b17,paddle3:b14,paddle4:b15,rightshoulder:b7,rightstick:b13,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows,
030000008305000000a0000000000000,G08XU,a:b0,b:b1,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b5,x:b2,y:b3,platform:Windows,
@@ -325,7 +325,7 @@
030000000d0f0000c100000000000000,Horipad Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Windows,
030000000d0f0000f600000000000000,Horipad Nintendo Switch Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Windows,
030000000d0f00006700000000000000,Horipad One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows,
030000000d0f00009601000000000000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc1:b2,paddle1:b15,paddle2:b5,paddle3:b19,paddle4:b18,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows,
030000000d0f00009601000000000000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,misc2:b2,paddle1:b5,paddle2:b15,paddle3:b18,paddle4:b19,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b3,y:b4,platform:Windows,
030000000d0f0000dc00000000000000,Horipad Switch,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows,
03000000242e00000b20000000000000,Hyperkin Admiral N64 Controller,+rightx:b11,+righty:b13,-rightx:b8,-righty:b12,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b5,start:b9,platform:Windows,
03000000242e0000ff0b000000000000,Hyperkin N64 Adapter,a:b1,b:b2,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightx:a2,righty:a3,start:b9,platform:Windows,
@@ -638,7 +638,7 @@
030000008916000000fe000000000000,Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows,
03000000c6240000045d000000000000,Sabertooth,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Windows,
03000000a30600001af5000000000000,Saitek Cyborg,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a3,righty:a4,start:b9,x:b0,y:b3,platform:Windows,
03000000a306000023f6000000000000,Saitek Cyborg V.1 Game,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows,
03000000a306000023f6000000000000,Saitek Cyborg,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a4,start:b9,x:b0,y:b3,platform:Windows,
03000000300f00001201000000000000,Saitek Dual Analog,a:b2,b:b3,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b5,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b11,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b0,y:b1,platform:Windows,
03000000a30600000701000000000000,Saitek P220,a:b2,b:b3,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,x:b0,y:b1,platform:Windows,
03000000a30600000cff000000000000,Saitek P2500 Force Rumble,a:b2,b:b3,back:b11,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b8,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b9,righttrigger:b7,rightx:a2,righty:a3,start:b10,x:b0,y:b1,platform:Windows,
@@ -1051,7 +1051,6 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
03000000b40400000a01000000000000,Sega Saturn,a:b0,b:b1,back:b5,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b2,leftshoulder:b6,rightshoulder:b7,start:b8,x:b3,y:b4,platform:Mac OS X,
030000003512000021ab000000000000,SFC30 Joystick,a:b1,b:b0,back:b10,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b11,x:b4,y:b3,platform:Mac OS X,
0300000000f00000f100000000000000,SNES RetroPort,a:b2,b:b3,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b5,rightshoulder:b7,start:b6,x:b0,y:b1,platform:Mac OS X,
03000000bc2000000155000000010000,SNK NEOGEO Arcade Stick Pro,a:b1,b:b4,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b9,leftshoulder:b2,lefttrigger:b6,rightshoulder:b5,righttrigger:b7,start:b11,x:b0,y:b3,platform:Mac OS X,
030000004c050000a00b000000000000,Sony DualShock 4 Adapter,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X,
030000004c050000cc09000000000000,Sony DualShock 4 V2,a:b1,b:b2,back:b13,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Mac OS X,
03000000666600006706000088020000,Sony PlayStation Adapter,a:b2,b:b1,back:b8,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,rightx:a2,righty:a3,start:b11,x:b3,y:b0,platform:Mac OS X,
@@ -1266,6 +1265,7 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
030000006f0e00008101000011010000,Faceoff Deluxe Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
030000006f0e00008001000011010000,Faceoff Pro Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
03005036852100000201000010010000,Final Fantasy XIV Online Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
05000000b40400001224000001010000,Flydigi APEX 4,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b14,leftshoulder:b4,leftstick:b10,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b20,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux,
03000000b40400001124000011010000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b14,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
03000000b40400001224000011010000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b2,paddle1:b16,paddle2:b17,paddle3:b14,paddle4:b15,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
05000000151900004000000001000000,Flydigi Vader 2,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b21,leftshoulder:b6,leftstick:b12,lefttrigger:a5,leftx:a0,lefty:a1,misc1:b14,paddle1:b2,paddle2:b5,paddle3:b16,paddle4:b17,rightshoulder:b7,rightstick:b13,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
@@ -1328,6 +1328,8 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
030000000d0f0000ee00000011010000,Horipad Mini 4,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b13,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux,
030000000d0f0000c100000011010000,Horipad Nintendo Switch Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
030000000d0f00006700000001010000,Horipad One,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000000d0f0000ab01000011010000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc2:b2,paddle1:b19,paddle2:b18,paddle3:b15,paddle4:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
050000000d0f00009601000091000000,Horipad Steam,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,misc2:b2,paddle1:b19,paddle2:b18,paddle3:b15,paddle4:b5,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
050000000d0f0000f600000001000000,Horipad Switch Pro Controller,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b2,y:b3,platform:Linux,
03000000341a000005f7000010010000,HuiJia GameCube Controller Adapter,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:a4,rightx:a5,righty:a2,start:b9,x:b0,y:b3,platform:Linux,
05000000242e00000b20000001000000,Hyperkin Admiral N64 Controller,+rightx:b11,+righty:b13,-rightx:b8,-righty:b12,a:b1,b:b0,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b14,leftx:a0,lefty:a1,rightshoulder:b5,start:b9,platform:Linux,
@@ -1499,8 +1501,10 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
030000006f0e0000a702000023020000,PDP Xbox One Raven Black,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000006f0e0000d802000006640000,PDP Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000006f0e0000ef02000007640000,PDP Xbox Series Kinetic Wired Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000006f0e0000f102000000000000,PDP Xbox Atomic,a:b0,b:b1,x:b2,y:b3,back:b6,guide:b8,start:b7,leftshoulder:b4,rightshoulder:b5,leftstick:b9,rightstick:b10,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,platform:Linux,
03000000c62400000053000000010000,PowerA,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000c62400003a54000001010000,PowerA 1428124-01,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000d62000000540000001010000,PowerA Advantage Xbox Series X Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000d620000011a7000011010000,PowerA Core Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
03000000dd62000015a7000011010000,PowerA Fusion Nintendo Switch Arcade Stick,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
03000000d620000012a7000011010000,PowerA Fusion Nintendo Switch Fight Pad,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,misc1:b13,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
@@ -1517,7 +1521,6 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
03000000d62000000240000001010000,PowerA Xbox One Spectra Infinity,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000d62000000f20000001010000,PowerA Xbox Series Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b7,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000d62000000b20000001010000,PowerA Xbox Series X Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000d62000000540000001010000,PowerA Advantage Xbox Series X Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000006d040000d2ca000011010000,Precision Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,
03000000250900000017000010010000,PS/SS/N64 Adapter,a:b1,b:b2,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b5,lefttrigger:b9,leftx:a0,lefty:a1,rightshoulder:b7,rightx:a2~,righty:a3,start:b8,platform:Linux,
03000000ff1100004133000010010000,PS2 Controller,a:b2,b:b1,back:b8,leftshoulder:b6,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,righttrigger:b5,start:b9,x:b3,y:b0,platform:Linux,
@@ -1591,6 +1594,7 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
050000003215000000090000163a0000,Razer Serval,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a4,rightx:a2,righty:a3,start:b7,x:b2,y:b3,platform:Linux,
0300000032150000030a000001010000,Razer Wildcat,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
03000000321500000b10000011010000,Razer Wolverine PS5 Controller,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,touchpad:b13,x:b0,y:b3,platform:Linux,
0300000032150000140a000001010000,Razer Wolverine Ultimate Xbox,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000000d0f0000c100000010010000,Retro Bit Legacy16,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b12,leftshoulder:b4,lefttrigger:b6,misc1:b13,rightshoulder:b5,righttrigger:b7,start:b9,x:b0,y:b3,platform:Linux,
030000000d0f0000c100000072056800,Retro Bit Legacy16,a:b1,b:b0,back:b4,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,guide:b5,leftshoulder:b9,lefttrigger:+a4,misc1:b11,rightshoulder:b10,righttrigger:+a5,start:b6,x:b3,y:b2,platform:Linux,
03000000790000001100000010010000,Retro Controller,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b4,righttrigger:b5,start:b9,x:b0,y:b3,platform:Linux,
@@ -1627,7 +1631,6 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
03000000790000001100000011010000,Sega Saturn,a:b1,b:b2,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b4,start:b9,x:b0,y:b3,platform:Linux,
03000000790000002201000011010000,Sega Saturn,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,lefttrigger:b5,rightshoulder:b6,righttrigger:b7,start:b9,x:b2,y:b3,platform:Linux,
03000000b40400000a01000000010000,Sega Saturn,a:b0,b:b1,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b7,rightshoulder:b5,righttrigger:b2,start:b8,x:b3,y:b4,platform:Linux,
030000001f08000001e4000010010000,SFC Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Linux,
03000000632500002305000010010000,ShanWan Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux,
03000000632500002605000010010000,Shanwan Gamepad,a:b0,b:b1,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
03000000632500007505000010010000,Shanwan Gamepad,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b3,y:b0,platform:Linux,
@@ -1664,6 +1667,7 @@ xinput,XInput Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,
05000000110100001914000009010000,SteelSeries Stratus XL,a:b0,b:b1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:a5,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:a4,rightx:a2,righty:a3,start:b11,x:b3,y:b4,platform:Linux,
03000000ad1b000038f0000090040000,Street Fighter IV Fightstick TE,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,
030000003b07000004a1000000010000,Suncom SFX Plus,a:b0,b:b2,back:b7,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,lefttrigger:b4,rightshoulder:b9,righttrigger:b5,start:b8,x:b1,y:b3,platform:Linux,
030000001f08000001e4000010010000,Super Famicom Controller,a:b2,b:b1,back:b8,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b4,rightshoulder:b5,start:b9,x:b3,y:b0,platform:Linux,
03000000666600000488000000010000,Super Joy Box 5 Pro,a:b2,b:b1,back:b9,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,leftshoulder:b6,leftstick:b10,lefttrigger:b4,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b11,righttrigger:b5,rightx:a2,righty:a3,start:b8,x:b3,y:b0,platform:Linux,
0300000000f00000f100000000010000,Super RetroPort,a:b1,b:b5,back:b2,dpdown:+a1,dpleft:-a0,dpright:+a0,dpup:-a1,leftshoulder:b6,rightshoulder:b7,start:b3,x:b0,y:b4,platform:Linux,
030000008f0e00000d31000010010000,SZMY Power 3 Turbo,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,platform:Linux,

View File

@@ -799,7 +799,8 @@ void ps_fbmask(inout float4 C, float2 pos_xy)
{
if (PS_FBMASK)
{
float4 RT = trunc(RtTexture.Load(int3(pos_xy, 0)) * 255.0f + 0.1f);
float multi = PS_HDR ? 65535.0f : 255.0f;
float4 RT = trunc(RtTexture.Load(int3(pos_xy, 0)) * multi + 0.1f);
C = (float4)(((uint4)C & ~FbMask) | ((uint4)RT & FbMask));
}
}
@@ -895,7 +896,8 @@ void ps_blend(inout float4 Color, inout float4 As_rgba, float2 pos_xy)
}
float Ad = PS_RTA_CORRECTION ? trunc(RT.a * 128.0f + 0.1f) / 128.0f : trunc(RT.a * 255.0f + 0.1f) / 128.0f;
float3 Cd = trunc(RT.rgb * 255.0f + 0.1f);
float color_multi = PS_HDR ? 65535.0f : 255.0f;
float3 Cd = trunc(RT.rgb * color_multi + 0.1f);
float3 Cs = Color.rgb;
float3 A = (PS_BLEND_A == 0) ? Cs : ((PS_BLEND_A == 1) ? Cd : (float3)0.0f);

View File

@@ -708,7 +708,11 @@ void ps_fbmask(inout vec4 C)
{
// FIXME do I need special case for 16 bits
#if PS_FBMASK
vec4 RT = trunc(fetch_rt() * 255.0f + 0.1f);
#if PS_HDR == 1
vec4 RT = trunc(fetch_rt() * 65535.0f);
#else
vec4 RT = trunc(fetch_rt() * 255.0f + 0.1f);
#endif
C = vec4((uvec4(C) & ~FbMask) | (uvec4(RT) & FbMask));
#endif
}
@@ -823,7 +827,11 @@ float As = As_rgba.a;
#endif
// Let the compiler do its jobs !
vec3 Cd = trunc(RT.rgb * 255.0f + 0.1f);
#if PS_HDR == 1
vec3 Cd = trunc(RT.rgb * 65535.0f);
#else
vec3 Cd = trunc(RT.rgb * 255.0f + 0.1f);
#endif
vec3 Cs = Color.rgb;
#if PS_BLEND_A == 0

View File

@@ -972,7 +972,12 @@ vec4 ps_color()
void ps_fbmask(inout vec4 C)
{
#if PS_FBMASK
vec4 RT = trunc(sample_from_rt() * 255.0f + 0.1f);
#if PS_HDR == 1
vec4 RT = trunc(sample_from_rt() * 65535.0f);
#else
vec4 RT = trunc(sample_from_rt() * 255.0f + 0.1f);
#endif
C = vec4((uvec4(C) & ~FbMask) | (uvec4(RT) & FbMask));
#endif
}
@@ -1090,7 +1095,11 @@ void ps_blend(inout vec4 Color, inout vec4 As_rgba)
#endif
// Let the compiler do its jobs !
#if PS_HDR == 1
vec3 Cd = trunc(RT.rgb * 65535.0f);
#else
vec3 Cd = trunc(RT.rgb * 255.0f + 0.1f);
#endif
vec3 Cs = Color.rgb;
#if PS_BLEND_A == 0

View File

@@ -1,2 +1,3 @@
lbsubmit.wav: https://freesound.org/people/Eponn/sounds/636656/
unlock.wav and message.wav are from https://github.com/RetroAchievements/RAInterface
message.wav is from https://github.com/RetroAchievements/RAInterface
unlock.wav is from https://freesound.org/people/rhodesmas/sounds/320655/

View File

@@ -89,6 +89,16 @@ QString AboutDialog::getThirdPartyLicensesUrl()
return GetDocFileUrl("ThirdPartyLicenses.html");
}
QString AboutDialog::getWikiUrl()
{
return QString::fromUtf8(PCSX2_WIKI_URL);
}
QString AboutDialog::getDocumentationUrl()
{
return QString::fromUtf8(PCSX2_DOCUMENTATION_URL);
}
QString AboutDialog::getDiscordServerUrl()
{
return QString::fromUtf8(PCSX2_DISCORD_URL);

View File

@@ -19,6 +19,8 @@ public:
static QString getGitHubRepositoryUrl();
static QString getLicenseUrl();
static QString getThirdPartyLicensesUrl();
static QString getWikiUrl();
static QString getDocumentationUrl();
static QString getDiscordServerUrl();
static void showHTMLDialog(QWidget* parent, const QString& title, const QString& url);

View File

@@ -345,6 +345,8 @@ void MainWindow::connectSignals()
connect(m_ui.actionViewGameProperties, &QAction::triggered, this, &MainWindow::onViewGamePropertiesActionTriggered);
connect(m_ui.actionGitHubRepository, &QAction::triggered, this, &MainWindow::onGitHubRepositoryActionTriggered);
connect(m_ui.actionSupportForums, &QAction::triggered, this, &MainWindow::onSupportForumsActionTriggered);
connect(m_ui.actionWiki, &QAction::triggered, this, &MainWindow::onWikiActionTriggered);
connect(m_ui.actionDocumentation, &QAction::triggered, this, &MainWindow::onDocumentationActionTriggered);
connect(m_ui.actionDiscordServer, &QAction::triggered, this, &MainWindow::onDiscordServerActionTriggered);
connect(m_ui.actionAboutQt, &QAction::triggered, qApp, &QApplication::aboutQt);
connect(m_ui.actionAbout, &QAction::triggered, this, &MainWindow::onAboutActionTriggered);
@@ -1598,6 +1600,16 @@ void MainWindow::onSupportForumsActionTriggered()
QtUtils::OpenURL(this, AboutDialog::getSupportForumsUrl());
}
void MainWindow::onWikiActionTriggered()
{
QtUtils::OpenURL(this, AboutDialog::getWikiUrl());
}
void MainWindow::onDocumentationActionTriggered()
{
QtUtils::OpenURL(this, AboutDialog::getDocumentationUrl());
}
void MainWindow::onDiscordServerActionTriggered()
{
QtUtils::OpenURL(this, AboutDialog::getDiscordServerUrl());

View File

@@ -157,6 +157,8 @@ private Q_SLOTS:
void onViewGamePropertiesActionTriggered();
void onGitHubRepositoryActionTriggered();
void onSupportForumsActionTriggered();
void onWikiActionTriggered();
void onDocumentationActionTriggered();
void onDiscordServerActionTriggered();
void onAboutActionTriggered();
void onToolsOpenDataDirectoryTriggered();

View File

@@ -117,6 +117,8 @@
</property>
<addaction name="actionGitHubRepository"/>
<addaction name="actionSupportForums"/>
<addaction name="actionWiki"/>
<addaction name="actionDocumentation"/>
<addaction name="actionDiscordServer"/>
<addaction name="separator"/>
<addaction name="actionCheckForUpdates"/>
@@ -514,6 +516,22 @@
<string>Support &amp;Forums...</string>
</property>
</action>
<action name="actionWiki">
<property name="icon">
<iconset theme="book"/>
</property>
<property name="text">
<string>PCSX2 &amp;Wiki...</string>
</property>
</action>
<action name="actionDocumentation">
<property name="icon">
<iconset theme="booklet"/>
</property>
<property name="text">
<string>D&amp;ocumentation...</string>
</property>
</action>
<action name="actionDiscordServer">
<property name="icon">
<iconset theme="discord"/>

View File

@@ -12,6 +12,7 @@
#include <QtWidgets/QAbstractButton>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDateTimeEdit>
#include <QtWidgets/QDoubleSpinBox>
#include <QtWidgets/QFileDialog>
#include <QtWidgets/QLabel>
@@ -656,6 +657,26 @@ namespace SettingWidgetBinder
}
};
template <>
struct SettingAccessor<QDateTimeEdit>
{
static int getYear(const QDateTimeEdit* widget) { return widget->date().year(); }
static int getMonth(const QDateTimeEdit* widget) { return widget->date().month(); }
static int getDay(const QDateTimeEdit* widget) { return widget->date().day(); }
static int getHour(const QDateTimeEdit* widget) { return widget->time().hour(); }
static int getMinute(const QDateTimeEdit* widget) { return widget->time().minute(); }
static int getSecond(const QDateTimeEdit* widget) { return widget->time().second(); }
static void setDateTime(QDateTimeEdit* widget, const QDate date, const QTime time) { widget->setDateTime(QDateTime(date, time)); }
template <typename F>
static void connectValueChanged(QDateTimeEdit* widget, F func)
{
widget->connect(widget, &QDateTimeEdit::dateTimeChanged, func);
}
};
/// Binds a widget's value to a setting, updating it when the value changes.
template <typename WidgetType>
@@ -1239,4 +1260,105 @@ namespace SettingWidgetBinder
widget->connect(widget, &QLineEdit::editingFinished, widget, std::move(value_changed));
}
// No need to pass a section or key since this is only used once and has six keys associated with it
static inline void BindWidgetToDateTimeSetting(SettingsInterface* sif, QDateTimeEdit* widget, std::string section)
{
using Accessor = SettingAccessor<QDateTimeEdit>;
const int YEAR_OFFSET = 2000;
const int DEFAULT_YEAR = 0;
const int DEFAULT_MONTH = 1;
const int DEFAULT_DAY = 1;
const int DEFAULT_HOUR = 0;
const int DEFAULT_MINUTE = 0;
const int DEFAULT_SECOND = 0;
const char* YEAR_KEY = "RtcYear";
const char* MONTH_KEY = "RtcMonth";
const char* DAY_KEY = "RtcDay";
const char* HOUR_KEY = "RtcHour";
const char* MINUTE_KEY = "RtcMinute";
const char* SECOND_KEY = "RtcSecond";
// Fetch settings from .ini
const s32 year_value =
Host::GetBaseIntSettingValue(section.c_str(), YEAR_KEY, static_cast<s32>(DEFAULT_YEAR));
const s32 month_value =
Host::GetBaseIntSettingValue(section.c_str(), MONTH_KEY, static_cast<s32>(DEFAULT_MONTH));
const s32 day_value =
Host::GetBaseIntSettingValue(section.c_str(), DAY_KEY, static_cast<s32>(DEFAULT_DAY));
const s32 hour_value =
Host::GetBaseIntSettingValue(section.c_str(), HOUR_KEY, static_cast<s32>(DEFAULT_HOUR));
const s32 minute_value =
Host::GetBaseIntSettingValue(section.c_str(), MINUTE_KEY, static_cast<s32>(DEFAULT_MINUTE));
const s32 second_value =
Host::GetBaseIntSettingValue(section.c_str(), SECOND_KEY, static_cast<s32>(DEFAULT_SECOND));
if (sif)
{
int sif_year_value = DEFAULT_YEAR;
int sif_month_value = DEFAULT_MONTH;
int sif_day_value = DEFAULT_DAY;
int sif_hour_value = DEFAULT_HOUR;
int sif_minute_value = DEFAULT_MINUTE;
int sif_second_value = DEFAULT_SECOND;
// Get Settings Interface values or default if that fails
if (!sif->GetIntValue(section.c_str(), YEAR_KEY, &sif_year_value)) { sif_year_value = DEFAULT_YEAR; }
if (!sif->GetIntValue(section.c_str(), MONTH_KEY, &sif_month_value)) { sif_month_value = DEFAULT_MONTH; }
if (!sif->GetIntValue(section.c_str(), DAY_KEY, &sif_day_value)) { sif_day_value = DEFAULT_DAY; }
if (!sif->GetIntValue(section.c_str(), HOUR_KEY, &sif_hour_value)) { sif_hour_value = DEFAULT_HOUR; }
if (!sif->GetIntValue(section.c_str(), MINUTE_KEY, &sif_minute_value)) { sif_minute_value = DEFAULT_MINUTE; }
if (!sif->GetIntValue(section.c_str(), SECOND_KEY, &sif_second_value)) { sif_second_value = DEFAULT_SECOND; }
// No need to check for valid date since QDateTime resets to minimum upon becoming invalid
Accessor::setDateTime(widget, QDate(static_cast<int>(sif_year_value + YEAR_OFFSET), static_cast<int>(sif_month_value), static_cast<int>(sif_day_value)),
QTime(static_cast<int>(sif_hour_value), static_cast<int>(sif_minute_value), static_cast<int>(sif_second_value)));
// Update the settings interface and reload the game settings when changed
Accessor::connectValueChanged(widget, [sif, widget, section = std::move(section), YEAR_KEY = std::move(YEAR_KEY), MONTH_KEY = std::move(MONTH_KEY),
DAY_KEY = std::move(DAY_KEY), HOUR_KEY = std::move(HOUR_KEY), MINUTE_KEY = std::move(MINUTE_KEY), SECOND_KEY = std::move(SECOND_KEY), YEAR_OFFSET = std::move(YEAR_OFFSET)]() {
sif->SetIntValue(section.c_str(), YEAR_KEY, Accessor::getYear(widget) - YEAR_OFFSET);
sif->SetIntValue(section.c_str(), MONTH_KEY, Accessor::getMonth(widget));
sif->SetIntValue(section.c_str(), DAY_KEY, Accessor::getDay(widget));
sif->SetIntValue(section.c_str(), HOUR_KEY, Accessor::getHour(widget));
sif->SetIntValue(section.c_str(), MINUTE_KEY, Accessor::getMinute(widget));
sif->SetIntValue(section.c_str(), SECOND_KEY, Accessor::getSecond(widget));
QtHost::SaveGameSettings(sif, true);
g_emu_thread->reloadGameSettings();
});
}
else
{
// No need to check for valid date since QDateTime resets to minimum upon becoming invalid
Accessor::setDateTime(widget, QDate(static_cast<int>(year_value + YEAR_OFFSET), static_cast<int>(month_value), static_cast<int>(day_value)),
QTime(static_cast<int>(hour_value), static_cast<int>(minute_value), static_cast<int>(second_value)));
// Update and apply base settings with values from widget when user changes it in UI
Accessor::connectValueChanged(widget, [widget, section = std::move(section), YEAR_KEY = std::move(YEAR_KEY), MONTH_KEY = std::move(MONTH_KEY),
DAY_KEY = std::move(DAY_KEY), HOUR_KEY = std::move(HOUR_KEY), MINUTE_KEY = std::move(MINUTE_KEY), SECOND_KEY = std::move(SECOND_KEY), YEAR_OFFSET = std::move(YEAR_OFFSET)]() {
const int new_year_value = Accessor::getYear(widget);
const int new_month_value = Accessor::getMonth(widget);
const int new_day_value = Accessor::getDay(widget);
const int new_hour_value = Accessor::getHour(widget);
const int new_minute_value = Accessor::getMinute(widget);
const int new_second_value = Accessor::getSecond(widget);
Host::SetBaseIntSettingValue(section.c_str(), YEAR_KEY, new_year_value - YEAR_OFFSET);
Host::SetBaseIntSettingValue(section.c_str(), MONTH_KEY, new_month_value);
Host::SetBaseIntSettingValue(section.c_str(), DAY_KEY, new_day_value);
Host::SetBaseIntSettingValue(section.c_str(), HOUR_KEY, new_hour_value);
Host::SetBaseIntSettingValue(section.c_str(), MINUTE_KEY, new_minute_value);
Host::SetBaseIntSettingValue(section.c_str(), SECOND_KEY, new_second_value);
Host::CommitBaseSettingChanges();
g_emu_thread->applySettings();
});
}
}
} // namespace SettingWidgetBinder

View File

@@ -48,6 +48,12 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsWindow* dialog, QWidget
if (m_dialog->isPerGameSettings())
{
SettingWidgetBinder::BindWidgetToDateTimeSetting(sif, m_ui.rtcDateTime, "EmuCore");
m_ui.rtcDateTime->setDateRange(QDate(2000, 1, 1), QDate(2099, 12, 31));
SettingWidgetBinder::BindWidgetToBoolSetting(sif, m_ui.manuallySetRealTimeClock, "EmuCore", "ManuallySetRealTimeClock", false);
connect(m_ui.manuallySetRealTimeClock, &QCheckBox::checkStateChanged, this, &EmulationSettingsWidget::onManuallySetRealTimeClockChanged);
EmulationSettingsWidget::onManuallySetRealTimeClockChanged();
m_ui.eeCycleRate->insertItem(
0, tr("Use Global Setting [%1]")
.arg(m_ui.eeCycleRate->itemText(
@@ -74,6 +80,8 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsWindow* dialog, QWidget
}
else
{
m_ui.rtcGroup->hide();
SettingWidgetBinder::BindWidgetToBoolSetting(sif, m_ui.cheats, "EmuCore", "EnableCheats", false);
// Allow for FastCDVD for per-game settings only
@@ -146,6 +154,13 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsWindow* dialog, QWidget
dialog->registerWidgetHelp(m_ui.useVSyncForTiming, tr("Use Host VSync Timing"), tr("Unchecked"),
tr("When synchronizing with the host refresh rate, this option disable's PCSX2's internal frame timing, and uses the host instead. "
"Can result in smoother frame pacing, <strong>but at the cost of increased input latency</strong>."));
dialog->registerWidgetHelp(m_ui.manuallySetRealTimeClock, tr("Manually Set Real-Time Clock"), tr("Unchecked"),
tr("Manually set a real-time clock to use for the virtual PlayStation 2 instead of using your OS' system clock."));
dialog->registerWidgetHelp(m_ui.rtcDateTime, tr("Real-Time Clock"), tr("Current date and time"),
tr("Real-time clock (RTC) used by the virtual PlayStation 2. Date format is the same as the one used by your OS. "
"This time is only applied upon booting the PS2; changing it while in-game will have no effect. "
"NOTE: This assumes you have your PS2 set to the default timezone of GMT+0 and default DST of Summer Time. "
"Some games require an RTC date/time set after their release date."));
updateOptimalFramePacing();
updateUseVSyncForTimingEnabled();
@@ -292,3 +307,9 @@ void EmulationSettingsWidget::updateUseVSyncForTimingEnabled()
const bool sync_to_host_refresh = m_dialog->getEffectiveBoolValue("EmuCore/GS", "SyncToHostRefreshRate", false);
m_ui.useVSyncForTiming->setEnabled(vsync && sync_to_host_refresh);
}
void EmulationSettingsWidget::onManuallySetRealTimeClockChanged()
{
const bool enabled = m_dialog->getEffectiveBoolValue("EmuCore", "ManuallySetRealTimeClock", false);
m_ui.rtcDateTime->setEnabled(enabled);
}

View File

@@ -25,6 +25,7 @@ private:
void handleSpeedComboChange(QComboBox* cb, const char* section, const char* key);
void updateOptimalFramePacing();
void updateUseVSyncForTimingEnabled();
void onManuallySetRealTimeClockChanged();
SettingsWindow* m_dialog;

View File

@@ -24,7 +24,7 @@
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_5">
<widget class="QGroupBox" name="speedGroup">
<property name="title">
<string>Speed Control</string>
</property>
@@ -195,7 +195,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="basicGroupBox">
<widget class="QGroupBox" name="pacingGroup">
<property name="title">
<string>Frame Pacing / Latency Control</string>
</property>
@@ -268,6 +268,26 @@
</property>
</spacer>
</item>
<item>
<widget class="QGroupBox" name="rtcGroup">
<property name="title">
<string>Real-Time Clock</string>
</property>
<layout class="QGridLayout" name="gridLayoutRTC">
<item row="0" column="0">
<widget class="QCheckBox" name="manuallySetRealTimeClock">
<property name="text">
<string>Manually Set Real-Time Clock</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDateTimeEdit" name="rtcDateTime">
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources>

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="pop_icon" data-name="pop icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
fill: #1d1d1b;
}
</style>
</defs>
<g id="by_maxihplay" data-name="by maxihplay">
<path class="cls-1" d="m146.85,100.35l-.1-.3-15.3-57.1c-1.2-6.7-6.9-9.5-13.8-9.5H32.25c-6.8,0-12.6,2.8-13.8,9.5L3.25,99.75l-.1.7c-.6,4,.6,8.1,3.2,11.2s6.5,4.9,10.6,4.9h116c4.1,0,7.9-1.8,10.6-4.9,2.7-3.1,3.9-7.2,3.3-11.3h0Zm-123.2,4.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.4,10-10,10Zm2.9-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.9,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.4,10-10,10Z"/>
</g>
</svg>
<svg viewBox="0 0 150 150"><path id="by_maxihplay" d="m146.85,100.35l-.1-.3-15.3-57.1c-1.2-6.7-6.9-9.5-13.8-9.5H32.25c-6.8,0-12.6,2.8-13.8,9.5L3.25,99.75l-.1.7c-.6,4,.6,8.1,3.2,11.2s6.5,4.9,10.6,4.9h116c4.1,0,7.9-1.8,10.6-4.9,2.7-3.1,3.9-7.2,3.3-11.3h0Zm-123.2,4.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.4,10-10,10Zm2.9-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.9,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.5,10-10,10Zm2.8-34.9c0-5.5,4.5-10,10-10s10,4.5,10,10-4.5,10-10,10-10-4.4-10-10Zm22.8,34.9c-5.5,0-10-4.5-10-10s4.5-10,10-10,10,4.5,10,10-4.4,10-10,10Z" fill="#1d1d1b"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 901 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M16.05 12.05L21 17l-4.95 4.95-1.414-1.414 2.536-2.537L4 18v-2h13.172l-2.536-2.536 1.414-1.414zm-8.1-10l1.414 1.414L6.828 6 20 6v2H6.828l2.536 2.536L7.95 11.95 3 7l4.95-4.95z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M16.05 12.05L21 17l-4.95 4.95-1.414-1.414 2.536-2.537L4 18v-2h13.172l-2.536-2.536 1.414-1.414zm-8.1-10l1.414 1.414L6.828 6 20 6v2H6.828l2.536 2.536L7.95 11.95 3 7l4.95-4.95z"/></svg>

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M8 8v8h8V8H8zM6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M8 8v8h8V8H8zM6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z"/></svg>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 190 B

View File

@@ -1,41 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
fill="currentColor"
class="bi bi-at"
viewBox="0 0 16 16"
version="1.1"
id="svg4"
sodipodi:docname="at.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="83.4386"
inkscape:cx="6.2441124"
inkscape:cy="15.178826"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 15.802279,7.0562664 C 15.802279,2.8957055 12.648554,0 8.1149865,0 3.4173529,0 0.197721,3.250482 0.197721,7.9957932 0.197721,12.893953 3.3318138,16 8.2776509,16 9.4864151,16 10.6461,15.82752 11.508501,15.530237 v -1.208765 c -0.602979,0.279054 -1.8986853,0.459947 -3.2112181,0.459947 -4.1030676,0 -6.7491674,-2.636283 -6.7491674,-6.7281324 0,-3.9880806 2.6937773,-6.8445224 6.4420683,-6.8445224 3.8352322,0 6.4617002,2.3670465 6.4617002,5.8278703 0,2.3586328 -0.776862,3.8829095 -1.985627,3.8829095 -0.68992,0 -1.082559,-0.392638 -1.082559,-1.0657316 V 4.2292726 H 9.9365466 V 5.3987731 H 9.7822959 C 9.4092898,4.5644172 8.5468884,4.0469763 7.5386499,4.0469763 c -1.9631901,0 -3.3346187,1.6294478 -3.3346187,3.9586329 0,2.4357578 1.3419807,4.0750218 3.3360211,4.0750218 1.1218229,0 1.9842245,-0.546889 2.3964943,-1.524277 h 0.1542504 c 0.113585,0.939527 0.985802,1.609817 2.107625,1.609817 2.204383,0 3.603857,-1.984225 3.603857,-5.1085023 z M 5.7381241,8.0434706 c 0,-1.6785275 0.7572305,-2.6741454 2.0417178,-2.6741454 1.3041192,0 2.1370728,1.0348816 2.1370728,2.6741454 0,1.6392639 -0.8427695,2.6839624 -2.1567046,2.6839624 -1.2550395,0 -2.022086,-1.0166529 -2.022086,-2.6839624 z"
id="path2"
style="stroke-width:1.40228" />
</svg>
<svg viewBox="0 0 16 16"><path d="M 15.802279,7.0562664 C 15.802279,2.8957055 12.648554,0 8.1149865,0 3.4173529,0 0.197721,3.250482 0.197721,7.9957932 0.197721,12.893953 3.3318138,16 8.2776509,16 9.4864151,16 10.6461,15.82752 11.508501,15.530237 v -1.208765 c -0.602979,0.279054 -1.8986853,0.459947 -3.2112181,0.459947 -4.1030676,0 -6.7491674,-2.636283 -6.7491674,-6.7281324 0,-3.9880806 2.6937773,-6.8445224 6.4420683,-6.8445224 3.8352322,0 6.4617002,2.3670465 6.4617002,5.8278703 0,2.3586328 -0.776862,3.8829095 -1.985627,3.8829095 -0.68992,0 -1.082559,-0.392638 -1.082559,-1.0657316 V 4.2292726 H 9.9365466 V 5.3987731 H 9.7822959 C 9.4092898,4.5644172 8.5468884,4.0469763 7.5386499,4.0469763 c -1.9631901,0 -3.3346187,1.6294478 -3.3346187,3.9586329 0,2.4357578 1.3419807,4.0750218 3.3360211,4.0750218 1.1218229,0 1.9842245,-0.546889 2.3964943,-1.524277 h 0.1542504 c 0.113585,0.939527 0.985802,1.609817 2.107625,1.609817 2.204383,0 3.603857,-1.984225 3.603857,-5.1085023 z M 5.7381241,8.0434706 c 0,-1.6785275 0.7572305,-2.6741454 2.0417178,-2.6741454 1.3041192,0 2.1370728,1.0348816 2.1370728,2.6741454 0,1.6392639 -0.8427695,2.6839624 -2.1567046,2.6839624 -1.2550395,0 -2.022086,-1.0166529 -2.022086,-2.6839624 z" style="stroke-width:1.40228"/></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,47 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="bandaid"
x="0px"
y="0px"
viewBox="0 0 21.6 21.6"
style="enable-background:new 0 0 21.6 21.6"
xml:space="preserve"
sodipodi:docname="band-aid-line-dark.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs8" /><sodipodi:namedview
id="namedview6"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="35.231481"
inkscape:cx="10.785808"
inkscape:cy="10.785808"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="bandaid" />
<style
type="text/css"
id="style2">
.st0{fill:#FFFFFF;}
</style>
<path
id="By_Maxihplay"
class="st0"
d="M16.4,10.8L19,8.3c1-1,1-2.7,0-3.8l-1.9-1.9c-0.5-0.5-1.2-0.8-1.9-0.8s-1.4,0.3-1.9,0.8 l-2.5,2.5L8.3,2.6c-1-1-2.7-1-3.8,0L2.6,4.5c-1,1-1,2.7,0,3.8l2.5,2.5l-2.5,2.5c-1,1-1,2.7,0,3.8L4.5,19c0.5,0.5,1.2,0.8,1.9,0.8 s1.4-0.3,1.9-0.8l2.5-2.5l2.5,2.5c1,1,2.7,1,3.8,0l1.9-1.9c1-1,1-2.7,0-3.8L16.4,10.8z M8.4,9.8c0.5,0,0.9,0.4,0.9,0.9 s-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9C7.6,10.2,8,9.8,8.4,9.8z M7.1,17.8c-0.2,0.2-0.5,0.3-0.7,0.3S5.8,18,5.6,17.8L3.8,16 c-0.4-0.4-0.4-1.1,0-1.5L6.3,12l3.3,3.3C9.7,15.3,7.1,17.8,7.1,17.8z M10.8,13.8c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9 s0.9,0.4,0.9,0.9C11.7,13.5,11.3,13.8,10.8,13.8z M10.8,9.1c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9 S11.3,9.1,10.8,9.1z M13.2,11.5c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9C14.1,11.1,13.7,11.5,13.2,11.5z M11.9,6.3 l2.5-2.5c0.2-0.2,0.5-0.3,0.7-0.3c0.3,0,0.5,0.1,0.7,0.3l1.9,1.9c0.4,0.4,0.4,1.1,0,1.5l-2.5,2.5L11.9,6.3z"
style="fill:#000000" />
</svg>
<svg viewBox="0 0 21 21"><path id="By_Maxihplay" d="M16.4,10.8L19,8.3c1-1,1-2.7,0-3.8l-1.9-1.9c-0.5-0.5-1.2-0.8-1.9-0.8s-1.4,0.3-1.9,0.8 l-2.5,2.5L8.3,2.6c-1-1-2.7-1-3.8,0L2.6,4.5c-1,1-1,2.7,0,3.8l2.5,2.5l-2.5,2.5c-1,1-1,2.7,0,3.8L4.5,19c0.5,0.5,1.2,0.8,1.9,0.8 s1.4-0.3,1.9-0.8l2.5-2.5l2.5,2.5c1,1,2.7,1,3.8,0l1.9-1.9c1-1,1-2.7,0-3.8L16.4,10.8z M8.4,9.8c0.5,0,0.9,0.4,0.9,0.9 s-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9C7.6,10.2,8,9.8,8.4,9.8z M7.1,17.8c-0.2,0.2-0.5,0.3-0.7,0.3S5.8,18,5.6,17.8L3.8,16 c-0.4-0.4-0.4-1.1,0-1.5L6.3,12l3.3,3.3C9.7,15.3,7.1,17.8,7.1,17.8z M10.8,13.8c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9 s0.9,0.4,0.9,0.9C11.7,13.5,11.3,13.8,10.8,13.8z M10.8,9.1c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9 S11.3,9.1,10.8,9.1z M13.2,11.5c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9C14.1,11.1,13.7,11.5,13.2,11.5z M11.9,6.3 l2.5-2.5c0.2-0.2,0.5-0.3,0.7-0.3c0.3,0,0.5,0.1,0.7,0.3l1.9,1.9c0.4,0.4,0.4,1.1,0,1.5l-2.5,2.5L11.9,6.3z" /></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 972 B

View File

@@ -0,0 +1 @@
<svg viewBox="0 0 24 24"><path d="M21 18H6a1 1 0 0 0 0 2h15v2H6a3 3 0 0 1-3-3V4a2 2 0 0 1 2-2h16v16zM5 16.05c.162-.033.329-.05.5-.05H19V4H5v12.05zM16 9H8V7h8v2z"/></svg>

After

Width:  |  Height:  |  Size: 170 B

View File

@@ -0,0 +1 @@
<svg viewBox="0 0 24 24"><path d="M20.005 2C21.107 2 22 2.898 22 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H4v-4H2v-2h2v-3H2v-2h2V8H2V6h2V2h16.005zM8 4H6v16h2V4zm12 0H10v16h10V4z"/></svg>

After

Width:  |  Height:  |  Size: 185 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15.456 9.678l-.142-.142a5.475 5.475 0 0 0-2.39-1.349c-2.907-.778-5.699.869-6.492 3.83-.043.16-.066.34-.104.791-.154 1.87-.594 3.265-1.8 4.68 2.26.888 4.938 1.514 6.974 1.514a5.505 5.505 0 0 0 5.31-4.078 5.497 5.497 0 0 0-1.356-5.246zM13.29 6.216l4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.505 7.505 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M15.456 9.678l-.142-.142a5.475 5.475 0 0 0-2.39-1.349c-2.907-.778-5.699.869-6.492 3.83-.043.16-.066.34-.104.791-.154 1.87-.594 3.265-1.8 4.68 2.26.888 4.938 1.514 6.974 1.514a5.505 5.505 0 0 0 5.31-4.078 5.497 5.497 0 0 0-1.356-5.246zM13.29 6.216l4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.505 7.505 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125z"/></svg>

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 578 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Buzz_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><path id="tela-2" class="cls-1" d="M0,0H150V150H0V0Z"/></g><g id="By_Maxihplay"><path d="M72.11,143.02h-.21c-18.77-.66-29.6-13.24-33.39-18.61h0c-1.41-2-2.16-4.37-2.16-6.83V35.41c0-9.6,7.8-17.4,17.38-17.4h42.52c9.58,0,17.38,7.81,17.38,17.4V117.84c0,2.32-.68,4.6-1.98,6.57-8.56,13.04-20.38,18.61-39.55,18.61Zm-23.75-25.48c2.77,3.92,10.58,12.97,23.86,13.48,17.29-.02,24.08-5.06,29.41-13.18V35.41c.01-2.98-2.4-5.4-5.37-5.4H53.74c-2.97,0-5.38,2.42-5.38,5.4V117.54Z"/><g><rect x="56.75" y="100.17" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="81.75" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="63.33" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="44.91" width="36.5" height="13.15" rx="3.81" ry="3.81"/></g><path class="cls-2" d="M95.12,23.03c0,5.55-9.01,7.04-20.12,7.04s-20.12-1.5-20.12-7.04,9.01-10.04,20.12-10.04,20.12,4.5,20.12,10.04Z"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_Maxihplay"><path d="M72.11,143.02h-.21c-18.77-.66-29.6-13.24-33.39-18.61h0c-1.41-2-2.16-4.37-2.16-6.83V35.41c0-9.6,7.8-17.4,17.38-17.4h42.52c9.58,0,17.38,7.81,17.38,17.4V117.84c0,2.32-.68,4.6-1.98,6.57-8.56,13.04-20.38,18.61-39.55,18.61Zm-23.75-25.48c2.77,3.92,10.58,12.97,23.86,13.48,17.29-.02,24.08-5.06,29.41-13.18V35.41c.01-2.98-2.4-5.4-5.37-5.4H53.74c-2.97,0-5.38,2.42-5.38,5.4V117.54Z"/><g><rect x="56.75" y="100.17" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="81.75" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="63.33" width="36.5" height="13.15" rx="3.81" ry="3.81"/><rect x="56.75" y="44.91" width="36.5" height="13.15" rx="3.81" ry="3.81"/></g><path class="cls-2" d="M95.12,23.03c0,5.55-9.01,7.04-20.12,7.04s-20.12-1.5-20.12-7.04,9.01-10.04,20.12-10.04,20.12,4.5,20.12,10.04Z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 980 B

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="camera_video_-_PCSX2" data-name="camera video - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
@@ -10,8 +9,8 @@
}
</style>
</defs>
<g id="By_Maxihplay" data-name="By Maxihplay">
<g id="By_Maxihplay">
<rect class="cls-1" x="9.4" y="33.49" width="90.95" height="83.02" rx="12.96" ry="12.96"/>
<path class="cls-1" d="m138.43,105.09l-37.81-15.05v-30.07l37.81-15.05c1.03-.41,2.16.3,2.16,1.35v57.48c0,1.05-1.14,1.76-2.16,1.35Z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 466 B

View File

@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Camada_3" data-name="Camada 3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<g id="Cheats">
<g id="By_Maxihplay" data-name="By Maxihplay">
<path d="m105.8,87.35c-3.75-3.8-8.31-5.73-13.6-5.73-6.17,0-11.91,3.15-17.2,9.6-5.37-6.37-11.02-9.6-17.2-9.6-5.29,0-9.85,1.93-13.6,5.73-3.75,3.8-5.66,8.38-5.66,13.75s1.91,9.96,5.66,13.75c3.75,3.8,8.31,5.73,13.6,5.73,6.17,0,11.91-3.15,17.2-9.6,5.37,6.37,11.02,9.6,17.2,9.6,5.29,0,9.85-1.93,13.6-5.73,3.75-3.8,5.66-8.38,5.66-13.75s-1.91-9.96-5.66-13.75Zm-47.92,21.56l.07-.07c-2.28,0-4.26-.72-5.88-2.29-1.62-1.58-2.43-3.37-2.43-5.52,0-1.36.37-2.65,1.1-3.87.73-1.22,1.76-2.22,3.01-2.87,1.25-.64,2.57-1,4.12-1,3.53,0,7.13,2.58,10.66,7.81-3.53,5.23-7.13,7.81-10.66,7.81Zm42.26-5.37c-.22.86-.66,1.58-1.18,2.22-.51.64-1.18,1.29-1.84,1.72-.66.43-1.4.86-2.28,1.07-.88.21-1.76.36-2.65.36-3.53,0-7.13-2.58-10.66-7.81,3.53-5.23,7.13-7.81,10.66-7.81,2.28,0,4.26.72,5.88,2.29,1.62,1.58,2.43,3.37,2.43,5.52,0,.79-.15,1.58-.37,2.44Z"/>
<path d="m51.73,69.93h-15V25.8c0-10.83,9.16-19.64,20.41-19.64h35.72c11.25,0,20.41,8.81,20.41,19.64v22.5h-15v-22.5c0-2.39-2.48-4.4-5.41-4.4h-35.72c-2.93,0-5.41,2.02-5.41,4.4v44.13Z"/>
<path d="m115.49,143.67H34.51c-9.8,0-17.78-7.98-17.78-17.78v-49.56c0-9.8,7.98-17.78,17.78-17.78h80.98c9.8,0,17.78,7.98,17.78,17.78v49.56c0,9.8-7.98,17.78-17.78,17.78ZM34.51,70.55c-3.19,0-5.78,2.59-5.78,5.78v49.56c0,3.19,2.59,5.78,5.78,5.78h80.98c3.19,0,5.78-2.59,5.78-5.78v-49.56c0-3.19-2.59-5.78-5.78-5.78H34.51Z"/>
</g>
<svg viewBox="0 0 150 150">
<g id="By_Maxihplay">
<path d="m105.8,87.35c-3.75-3.8-8.31-5.73-13.6-5.73-6.17,0-11.91,3.15-17.2,9.6-5.37-6.37-11.02-9.6-17.2-9.6-5.29,0-9.85,1.93-13.6,5.73-3.75,3.8-5.66,8.38-5.66,13.75s1.91,9.96,5.66,13.75c3.75,3.8,8.31,5.73,13.6,5.73,6.17,0,11.91-3.15,17.2-9.6,5.37,6.37,11.02,9.6,17.2,9.6,5.29,0,9.85-1.93,13.6-5.73,3.75-3.8,5.66-8.38,5.66-13.75s-1.91-9.96-5.66-13.75Zm-47.92,21.56l.07-.07c-2.28,0-4.26-.72-5.88-2.29-1.62-1.58-2.43-3.37-2.43-5.52,0-1.36.37-2.65,1.1-3.87.73-1.22,1.76-2.22,3.01-2.87,1.25-.64,2.57-1,4.12-1,3.53,0,7.13,2.58,10.66,7.81-3.53,5.23-7.13,7.81-10.66,7.81Zm42.26-5.37c-.22.86-.66,1.58-1.18,2.22-.51.64-1.18,1.29-1.84,1.72-.66.43-1.4.86-2.28,1.07-.88.21-1.76.36-2.65.36-3.53,0-7.13-2.58-10.66-7.81,3.53-5.23,7.13-7.81,10.66-7.81,2.28,0,4.26.72,5.88,2.29,1.62,1.58,2.43,3.37,2.43,5.52,0,.79-.15,1.58-.37,2.44Z"/>
<path d="m51.73,69.93h-15V25.8c0-10.83,9.16-19.64,20.41-19.64h35.72c11.25,0,20.41,8.81,20.41,19.64v22.5h-15v-22.5c0-2.39-2.48-4.4-5.41-4.4h-35.72c-2.93,0-5.41,2.02-5.41,4.4v44.13Z"/>
<path d="m115.49,143.67H34.51c-9.8,0-17.78-7.98-17.78-17.78v-49.56c0-9.8,7.98-17.78,17.78-17.78h80.98c9.8,0,17.78,7.98,17.78,17.78v49.56c0,9.8-7.98,17.78-17.78,17.78ZM34.51,70.55c-3.19,0-5.78,2.59-5.78,5.78v49.56c0,3.19,2.59,5.78,5.78,5.78h80.98c3.19,0,5.78-2.59,5.78-5.78v-49.56c0-3.19-2.59-5.78-5.78-5.78H34.51Z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zM4.003 9L4 20h11V9H4.003z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zM4.003 9L4 20h11V9H4.003z"/></svg>

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 286 B

View File

@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Bios_-_Pcsx2" data-name="Bios - Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
stroke-linejoin: round;
}
.cls-1, .cls-2 {
fill: none;
stroke: #000;
stroke-linecap: round;
stroke-width: 12px;
}
.cls-2 {
stroke-miterlimit: 10;
}
@@ -36,4 +33,4 @@
<path d="m66.46,45.81c-3.48,0-6.31-2.81-6.31-6.26s2.83-6.26,6.31-6.26,6.31,2.81,6.31,6.26-2.83,6.26-6.31,6.26Z"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{fill:none;}</style></defs><g id="tela"><path class="cls-1" d="M0,0H150V150H0V0Z"/></g><g id="close-line"><path id="By_Maxihplay" d="M75,63.55L112.47,26.08c1.44-1.44,3.79-1.44,5.23,0l6.22,6.22c1.44,1.44,1.44,3.79,0,5.23l-37.47,37.47,37.47,37.47c1.44,1.44,1.44,3.79,0,5.23l-6.22,6.22c-1.44,1.44-3.79,1.44-5.23,0l-37.47-37.47-37.47,37.47c-1.44,1.44-3.79,1.44-5.23,0l-6.22-6.22c-1.44-1.44-1.44-3.79,0-5.23l37.47-37.47L26.08,37.53c-1.44-1.44-1.44-3.79,0-5.23l6.22-6.22c1.44-1.44,3.79-1.44,5.23,0l37.47,37.47Z"/></g></svg>
<svg viewBox="0 0 150 150"><path id="By_Maxihplay" d="M75,63.55L112.47,26.08c1.44-1.44,3.79-1.44,5.23,0l6.22,6.22c1.44,1.44,1.44,3.79,0,5.23l-37.47,37.47,37.47,37.47c1.44,1.44,1.44,3.79,0,5.23l-6.22,6.22c-1.44,1.44-3.79,1.44-5.23,0l-37.47-37.47-37.47,37.47c-1.44,1.44-3.79,1.44-5.23,0l-6.22-6.22c-1.44-1.44-1.44-3.79,0-5.23l37.47-37.47L26.08,37.53c-1.44-1.44-1.44-3.79,0-5.23l6.22-6.22c1.44-1.44,3.79-1.44,5.23,0l37.47,37.47Z"/></svg>

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 435 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="controller_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2{stroke:#000;stroke-width:12px;}</style></defs><path id="tela" class="cls-1" d="M0,0H150V150H0V0Z"/><path id="By_Maxihplay_and_Kam" class="cls-2" d="M16.38,67.89l-7.41,34.31s3.12,19.69,23.12,11.69l14.32-17.38s15.16,10.75,23.33-6.58h9.27s7.2,15.9,23.52,5.71l16.17,19.28s19.19,6.26,22.34-14.35l-8.46-35.01s.13-15.89-9.17-19.46l-2.95-7.73s-9.19-8.82-22.09-.84l-2.39,8.1H53.11l-2.71-8.52s-10.65-6.62-22.39,.35l-3.72,9.38s-9.11,5.46-7.91,21.05h0Z"/></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;}.cls-2{stroke:#000;stroke-width:12px;}</style></defs><path id="By_Maxihplay_and_Kam" class="cls-2" d="M16.38,67.89l-7.41,34.31s3.12,19.69,23.12,11.69l14.32-17.38s15.16,10.75,23.33-6.58h9.27s7.2,15.9,23.52,5.71l16.17,19.28s19.19,6.26,22.34-14.35l-8.46-35.01s.13-15.89-9.17-19.46l-2.95-7.73s-9.19-8.82-22.09-.84l-2.39,8.1H53.11l-2.71-8.52s-10.65-6.62-22.39,.35l-3.72,9.38s-9.11,5.46-7.91,21.05h0Z"/></svg>

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 462 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="controller_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2,.cls-3{stroke:#000;stroke-width:12px;}.cls-3{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="tela" class="cls-1" d="M0,0H150V150H0V0Z"/><path id="By_Maxihplay_and_Kam" class="cls-2" d="M16.38,67.89l-7.41,34.31s3.12,19.69,23.12,11.69l14.32-17.38s15.16,10.75,23.33-6.58h9.27s7.2,15.9,23.52,5.71l16.17,19.28s19.19,6.26,22.34-14.35l-8.46-35.01s.13-15.89-9.17-19.46l-2.95-7.73s-9.19-8.82-22.09-.84l-2.39,8.1H53.11l-2.71-8.52s-10.65-6.62-22.39,.35l-3.72,9.38s-9.11,5.46-7.91,21.05h0Z"/><path id="x" class="cls-3" d="M133.75,16.25L16.25,133.75"/></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;}.cls-2,.cls-3{stroke:#000;stroke-width:12px;}.cls-3{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="By_Maxihplay_and_Kam" class="cls-2" d="M16.38,67.89l-7.41,34.31s3.12,19.69,23.12,11.69l14.32-17.38s15.16,10.75,23.33-6.58h9.27s7.2,15.9,23.52,5.71l16.17,19.28s19.19,6.26,22.34-14.35l-8.46-35.01s.13-15.89-9.17-19.46l-2.95-7.73s-9.19-8.82-22.09-.84l-2.39,8.1H53.11l-2.71-8.52s-10.65-6.62-22.39,.35l-3.72,9.38s-9.11,5.46-7.91,21.05h0Z"/><path id="x" class="cls-3" d="M133.75,16.25L16.25,133.75"/></svg>

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 579 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="black" d="M12 22a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m1-20v11l4.5-4.5l1.42 1.42L12 16.84L5.08 9.92L6.5 8.5L11 13V2h2Z"/></svg>
<svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m1-20v11l4.5-4.5l1.42 1.42L12 16.84L5.08 9.92L6.5 8.5L11 13V2h2Z"/></svg>

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 170 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="black" d="M12 22a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m1-6h-2V6l-4.5 4.5l-1.42-1.42L12 2.16l6.92 6.92l-1.42 1.42L13 6v10Z"/></svg>
<svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m1-6h-2V6l-4.5 4.5l-1.42-1.42L12 2.16l6.92 6.92l-1.42 1.42L13 6v10Z"/></svg>

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 173 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="black" d="M12 14a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m11.46-5.14l-1.59 6.89L15 14.16l3.8-2.38A7.972 7.972 0 0 0 12 8c-3.95 0-7.23 2.86-7.88 6.63l-1.97-.35C2.96 9.58 7.06 6 12 6c3.58 0 6.73 1.89 8.5 4.72l2.96-1.86Z"/></svg>
<svg viewBox="0 0 24 24"><path d="M12 14a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m11.46-5.14l-1.59 6.89L15 14.16l3.8-2.38A7.972 7.972 0 0 0 12 8c-3.95 0-7.23 2.86-7.88 6.63l-1.97-.35C2.96 9.58 7.06 6 12 6c3.58 0 6.73 1.89 8.5 4.72l2.96-1.86Z"/></svg>

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 266 B

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
@@ -7,29 +6,23 @@
stroke-miterlimit: 10;
stroke-width: 2px;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<g id="Camada_3" data-name="Camada 3">
<g id="codigos">
<g id="By_Maxihplay" data-name="By Maxihplay">
<g id="baixo">
<path class="cls-1" d="m20.57,127.29v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
<path class="cls-1" d="m95.6,103.13c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37s-3.06-1.74-4.97-1.74c-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
<path class="cls-1" d="m103.12,127.29v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
</g>
<g id="cima">
<path class="cls-1" d="m52.38,46.43c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37s-3.06-1.74-4.97-1.74c-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
<path class="cls-1" d="m59.89,70.58v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
<path class="cls-1" d="m134.93,46.43c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37-1.41-1.16-3.06-1.74-4.97-1.74-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
</g>
<g id="Camada_3">
<g id="By_Maxihplay">
<g id="baixo">
<path class="cls-1" d="m20.57,127.29v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
<path class="cls-1" d="m95.6,103.13c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37s-3.06-1.74-4.97-1.74c-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
<path class="cls-1" d="m103.12,127.29v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
</g>
<g id="cima">
<path class="cls-1" d="m52.38,46.43c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37s-3.06-1.74-4.97-1.74c-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
<path class="cls-1" d="m59.89,70.58v-7.95h12.21v-30.79l-10.63,5.87-2.93-7.29,15.21-8.03h7.51v40.25h10.52v7.95h-31.89Z"/>
<path class="cls-1" d="m134.93,46.43c0,3.94-.43,7.45-1.28,10.56-.86,3.1-2.11,5.73-3.76,7.86-1.65,2.14-3.66,3.77-6.03,4.89-2.37,1.12-5.08,1.69-8.14,1.69-2.64,0-5.07-.47-7.3-1.39-2.22-.93-4.14-2.39-5.76-4.38-1.61-1.99-2.87-4.54-3.78-7.64-.9-3.1-1.36-6.82-1.36-11.14,0-3.93.43-7.45,1.3-10.56.87-3.1,2.12-5.72,3.76-7.86,1.64-2.14,3.65-3.77,6.05-4.89,2.4-1.12,5.11-1.69,8.14-1.69,2.64,0,5.07.47,7.3,1.39,2.22.93,4.14,2.38,5.74,4.36,1.6,1.98,2.85,4.52,3.76,7.62.9,3.1,1.36,6.83,1.36,11.18Zm-28.37.15v1.37c0,.43.02.86.07,1.3l17.96-12.98c-.86-2.42-1.98-4.21-3.39-5.37-1.41-1.16-3.06-1.74-4.97-1.74-1.37,0-2.64.35-3.81,1.05s-2.19,1.77-3.06,3.21c-.87,1.44-1.55,3.25-2.05,5.43-.5,2.18-.75,4.75-.75,7.74Zm19.36.15c0-.42-.01-.84-.04-1.26-.02-.43-.04-.84-.04-1.23l-17.85,12.9c.78,2.37,1.88,4.13,3.3,5.28,1.42,1.15,3.07,1.72,4.95,1.72,1.37,0,2.64-.35,3.83-1.06s2.21-1.78,3.08-3.21c.87-1.43,1.55-3.24,2.03-5.43.49-2.19.73-4.76.73-7.72Z"/>
</g>
</g>
</g>
<g id="Camada_2" data-name="Camada 2">
<path class="cls-2" d="m-3.8-.03h154.06v152.06H-3.8V-.03Z"/>
<g id="Camada_2">
<path class="cls-2" d="m-3.8-.03h154.06v152.06H-3.8V-.03Z" fill="none"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.53451 3H20.9993C21.5516 3 21.9993 3.44772 21.9993 4V20C21.9993 20.5523 21.5516 21 20.9993 21H6.53451C6.20015 21 5.88792 20.8329 5.70246 20.5547L0.369122 12.5547C0.145189 12.2188 0.145189 11.7812 0.369122 11.4453L5.70246 3.4453C5.88792 3.1671 6.20015 3 6.53451 3ZM7.06969 5L2.40302 12L7.06969 19H19.9993V5H7.06969ZM12.9993 10.5858L15.8277 7.75736L17.242 9.17157L14.4135 12L17.242 14.8284L15.8277 16.2426L12.9993 13.4142L10.1709 16.2426L8.75668 14.8284L11.5851 12L8.75668 9.17157L10.1709 7.75736L12.9993 10.5858Z" fill="#000000"></path></svg>
<svg viewBox="0 0 24 24"><path d="M6.53451 3H20.9993C21.5516 3 21.9993 3.44772 21.9993 4V20C21.9993 20.5523 21.5516 21 20.9993 21H6.53451C6.20015 21 5.88792 20.8329 5.70246 20.5547L0.369122 12.5547C0.145189 12.2188 0.145189 11.7812 0.369122 11.4453L5.70246 3.4453C5.88792 3.1671 6.20015 3 6.53451 3ZM7.06969 5L2.40302 12L7.06969 19H19.9993V5H7.06969ZM12.9993 10.5858L15.8277 7.75736L17.242 9.17157L14.4135 12L17.242 14.8284L15.8277 16.2426L12.9993 13.4142L10.1709 16.2426L8.75668 14.8284L11.5851 12L8.75668 9.17157L10.1709 7.75736L12.9993 10.5858Z"/></svg>

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 557 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:12px;}.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-1,.cls-4{stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.cls-2{opacity:.85;}.cls-4{stroke-width:9px;}</style></defs><g id="tela"><path id="tela-2" class="cls-2" d="M0,0H150V150H0V0Z"/></g><g id="CD_-_Pcsx2_B"><g id="tela-3"><rect id="tela-4" class="cls-3" width="150" height="150"/></g><g id="By_Kam"><circle id="interior" class="cls-1" cx="75" cy="75" r="18.29"/><path id="brilho" class="cls-4" d="M78.75,30.3c-23.59-1.7-43.98,14.54-47.18,35.98"/><circle id="exterior" class="cls-1" cx="75" cy="75" r="62.27"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:12px;}.cls-1,.cls-3,.cls-4{fill:none;}.cls-1,.cls-4{stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.cls-4{stroke-width:9px;}</style></defs><g id="By_Kam"><circle id="interior" class="cls-1" cx="75" cy="75" r="18.29"/><path id="brilho" class="cls-4" d="M78.75,30.3c-23.59-1.7-43.98,14.54-47.18,35.98"/><circle id="exterior" class="cls-1" cx="75" cy="75" r="62.27"/></g></svg>

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 444 B

View File

@@ -1,74 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg5"
sodipodi:docname="disc-eject-line.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="0.921875"
inkscape:cx="306.98305"
inkscape:cy="258.71186"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<circle
style="fill:none;stroke:#000000;stroke-width:43.8472;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path788"
cx="254.69832"
cy="256"
r="211.72192" />
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:31.4605;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="path1582"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="256"
sodipodi:cy="101.09832"
sodipodi:r1="122.9679"
sodipodi:r2="61.483952"
sodipodi:arg1="2.6179939"
sodipodi:arg2="3.6651914"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 149.50667,162.58227 202.75334,70.356346 256,-21.869583 l 53.24666,92.225926 53.24667,92.225927 -106.49333,0 z"
inkscape:transform-center-y="-19.324427"
transform="matrix(0.77253244,0,0,0.62860054,56.930019,153.80068)"
inkscape:transform-center-x="-1.607738e-06" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:17.5612;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="rect1636"
width="169.33095"
height="28.414787"
x="170.03285"
y="315.31885" />
</g>
<svg viewBox="0 0 512 512">
<circle
style="fill:none;stroke:#000000;stroke-width:43.8472;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
cx="254.69832"
cy="256"
r="211.72192" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:31.4605;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 149.50667,162.58227 202.75334,70.356346 256,-21.869583 l 53.24666,92.225926 53.24667,92.225927 -106.49333,0 z"
transform="matrix(0.77253244,0,0,0.62860054,56.930019,153.80068)"/>
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:17.5612;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
width="169.33095"
height="28.414787"
x="170.03285"
y="315.31885" />
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 795 B

View File

@@ -1,51 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 192 192"
version="1.1"
id="svg316"
sodipodi:docname="discord-black.svg"
width="192"
height="192"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs320" />
<sodipodi:namedview
id="namedview318"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="1.2245745"
inkscape:cx="204.96916"
inkscape:cy="43.688645"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="svg316" />
<g
id="图层_2"
data-name="图层 2"
transform="matrix(1.5101425,0,0,1.5101425,-4.8969338e-5,23.241334)">
<g
id="Discord_Logos"
data-name="Discord Logos">
<g
id="Discord_Logo_-_Large_-_White"
data-name="Discord Logo - Large - White">
<path
d="M 107.7,8.07 A 105.15,105.15 0 0 0 81.47,0 72.06,72.06 0 0 0 78.11,6.83 97.68,97.68 0 0 0 49,6.83 72.37,72.37 0 0 0 45.64,0 105.89,105.89 0 0 0 19.39,8.09 C 2.79,32.65 -1.71,56.6 0.54,80.21 v 0 A 105.73,105.73 0 0 0 32.71,96.36 77.7,77.7 0 0 0 39.6,85.25 68.42,68.42 0 0 1 28.75,80.07 c 0.91,-0.66 1.8,-1.34 2.66,-2 a 75.57,75.57 0 0 0 64.32,0 c 0.87,0.71 1.76,1.39 2.66,2 a 68.68,68.68 0 0 1 -10.87,5.19 77,77 0 0 0 6.89,11.1 105.25,105.25 0 0 0 32.19,-16.14 v 0 C 129.24,52.84 122.09,29.11 107.7,8.07 Z M 42.45,65.69 C 36.18,65.69 31,60 31,53 31,46 36,40.26 42.43,40.26 48.86,40.26 54,46 53.89,53 53.78,60 48.84,65.69 42.45,65.69 Z m 42.24,0 C 78.41,65.69 73.25,60 73.25,53 c 0,-7 5,-12.74 11.44,-12.74 6.44,0 11.54,5.74 11.43,12.74 -0.11,7 -5.04,12.69 -11.43,12.69 z"
id="path311" />
</g>
</g>
</g>
</svg>
<svg viewBox="0 0 192 192"><path transform="matrix(1.5101425,0,0,1.5101425,-4.8969338e-5,23.241334)" d="M 107.7,8.07 A 105.15,105.15 0 0 0 81.47,0 72.06,72.06 0 0 0 78.11,6.83 97.68,97.68 0 0 0 49,6.83 72.37,72.37 0 0 0 45.64,0 105.89,105.89 0 0 0 19.39,8.09 C 2.79,32.65 -1.71,56.6 0.54,80.21 v 0 A 105.73,105.73 0 0 0 32.71,96.36 77.7,77.7 0 0 0 39.6,85.25 68.42,68.42 0 0 1 28.75,80.07 c 0.91,-0.66 1.8,-1.34 2.66,-2 a 75.57,75.57 0 0 0 64.32,0 c 0.87,0.71 1.76,1.39 2.66,2 a 68.68,68.68 0 0 1 -10.87,5.19 77,77 0 0 0 6.89,11.1 105.25,105.25 0 0 0 32.19,-16.14 v 0 C 129.24,52.84 122.09,29.11 107.7,8.07 Z M 42.45,65.69 C 36.18,65.69 31,60 31,53 31,46 36,40.26 42.43,40.26 48.86,40.26 54,46 53.89,53 53.78,60 48.84,65.69 42.45,65.69 Z m 42.24,0 C 78.41,65.69 73.25,60 73.25,53 c 0,-7 5,-12.74 11.44,-12.74 6.44,0 11.54,5.74 11.43,12.74 -0.11,7 -5.04,12.69 -11.43,12.69 z"/></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 883 B

View File

@@ -1,25 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="DJ_Hero" data-name="DJ Hero" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
stroke-linecap: round;
stroke-linejoin: bevel;
}
.cls-1, .cls-2 {
fill: none;
stroke: #000;
stroke-width: 12px;
}
.cls-2 {
stroke-miterlimit: 10;
}
</style>
</defs>
<g id="By_Maxihplay" data-name="By Maxihplay">
<path id="corpo" class="cls-2" d="m122.71,16.1c8.94,0,16.18,7.13,16.18,15.91v85.98c0,8.78-7.25,15.91-16.18,15.91H27.29c-8.94,0-16.18-7.13-16.18-15.91V32.02c0-8.78,7.25-15.91,16.18-15.91h95.43Z"/>
<g id="By_Maxihplay">
<path class="cls-2" d="m122.71,16.1c8.94,0,16.18,7.13,16.18,15.91v85.98c0,8.78-7.25,15.91-16.18,15.91H27.29c-8.94,0-16.18-7.13-16.18-15.91V32.02c0-8.78,7.25-15.91,16.18-15.91h95.43Z"/>
<g id="botoes">
<ellipse id="b" cx="48.19" cy="115.43" rx="6.64" ry="6.52"/>
<ellipse id="a" cx="31.22" cy="115.43" rx="6.64" ry="6.52"/>
@@ -33,4 +30,4 @@
<ellipse class="cls-2" cx="63.43" cy="67.77" rx="32.22" ry="31.67"/>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0H24V24H0z"/>
<path d="M2 21v-2h2V4.835c0-.484.346-.898.821-.984l9.472-1.722c.326-.06.638.157.697.483.007.035.01.07.01.107v1.28L19 4c.552 0 1 .448 1 1v14h2v2h-4V6h-3v15H2zM13 4.396L6 5.67V19h7V4.396zM12 11v2h-2v-2h2z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M2 21v-2h2V4.835c0-.484.346-.898.821-.984l9.472-1.722c.326-.06.638.157.697.483.007.035.01.07.01.107v1.28L19 4c.552 0 1 .448 1 1v14h2v2h-4V6h-3v15H2zM13 4.396L6 5.67V19h7V4.396zM12 11v2h-2v-2h2z"/></svg>

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M13 10h5l-6 6-6-6h5V3h2v7zm-9 9h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M13 10h5l-6 6-6-6h5V3h2v7zm-9 9h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7z"/></svg>

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 123 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Drum_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-width:9px;}.cls-1,.cls-2,.cls-3{fill:none;}.cls-1,.cls-3{stroke:#000;stroke-miterlimit:10;}.cls-2{opacity:.85;}.cls-3{stroke-width:12px;}</style></defs><path id="tela" class="cls-2" d="M0,0H150V150H0V0Z"/><g id="By_maxihplay"><g id="tambo"><path d="M69.09,140.76c-21.11,0-56.84-4.38-56.84-20.78v-1.52c0-.14,.01-7.3,0-7.33,1.17,2.81,6.58,19.67,56.84,19.67,43.78,0,55.67-14.99,56.84-17.79-.01,.03,0,5.47,0,5.61v1.37c0,16.4-35.73,20.78-56.84,20.78Z"/><g><path d="M100.77,84.63c-7.06,1.46-16.11,2.47-27.69,2.66v38.47c8.49-.29,18.6-1.48,27.69-3.79v-37.34Z"/><path d="M36.99,121.86c9.05,2.34,19.15,3.57,27.69,3.88v-38.46c-11.67-.21-20.69-1.26-27.69-2.77v37.34Z"/><path d="M109.16,82.42v36.96c9.7-3.62,16.76-8.9,16.76-16.19v-32.33c0-.09-.3,6.1-16.76,11.56Z"/><path d="M28.59,82.19c-16.19-5.73-15.75-12.39-16.34-12.92v33.92c0,7.19,6.86,12.42,16.34,16.04v-37.04Z"/></g><ellipse class="cls-3" cx="69.09" cy="61.19" rx="51.24" ry="15.18"/></g><path id="B" class="cls-1" d="M76.18,61.58l60.16-35.59c.29-.17,.66-.06,.8,.25l.55,1.16c.13,.27,.02,.6-.24,.74l-61.34,33.7"/><path id="A" class="cls-1" d="M58.58,59.24L107.61,9.41c.23-.24,.62-.22,.84,.03l.83,.98c.19,.23,.18,.57-.04,.78L58.58,59.49"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-width:9px;}.cls-1,.cls-3{fill:none;stroke:#000;stroke-miterlimit:10;}.cls-3{stroke-width:12px;}</style></defs><g id="By_maxihplay"><g id="tambo"><path d="M69.09,140.76c-21.11,0-56.84-4.38-56.84-20.78v-1.52c0-.14,.01-7.3,0-7.33,1.17,2.81,6.58,19.67,56.84,19.67,43.78,0,55.67-14.99,56.84-17.79-.01,.03,0,5.47,0,5.61v1.37c0,16.4-35.73,20.78-56.84,20.78Z"/><g><path d="M100.77,84.63c-7.06,1.46-16.11,2.47-27.69,2.66v38.47c8.49-.29,18.6-1.48,27.69-3.79v-37.34Z"/><path d="M36.99,121.86c9.05,2.34,19.15,3.57,27.69,3.88v-38.46c-11.67-.21-20.69-1.26-27.69-2.77v37.34Z"/><path d="M109.16,82.42v36.96c9.7-3.62,16.76-8.9,16.76-16.19v-32.33c0-.09-.3,6.1-16.76,11.56Z"/><path d="M28.59,82.19c-16.19-5.73-15.75-12.39-16.34-12.92v33.92c0,7.19,6.86,12.42,16.34,16.04v-37.04Z"/></g><ellipse class="cls-3" cx="69.09" cy="61.19" rx="51.24" ry="15.18"/></g><path id="B" class="cls-1" d="M76.18,61.58l60.16-35.59c.29-.17,.66-.06,.8,.25l.55,1.16c.13,.27,.02,.6-.24,.74l-61.34,33.7"/><path id="A" class="cls-1" d="M58.58,59.24L107.61,9.41c.23-.24,.62-.22,.84,.03l.83,.98c.19,.23,.18,.57-.04,.78L58.58,59.49"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M7.737 13h8.526L12 6.606 7.737 13zm4.679-9.376l7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0zM5 17h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M7.737 13h8.526L12 6.606 7.737 13zm4.679-9.376l7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0zM5 17h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z"/></svg>

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 221 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Emulation_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-width:12px;}.cls-1,.cls-2{fill:none;}.cls-1,.cls-3{stroke:#000;}.cls-3{stroke-linecap:square;stroke-width:6px;}</style></defs><g id="tela"><rect class="cls-2" width="150" height="150"/></g><g id="by_Kam"><g id="Suporte"><path id="B" class="cls-3" d="M108.2,132.87h24.96c.49,0,.74-.59,.39-.94l-24.96-22.28c-.35-.35-.94-.11-.94,.39v22.28c0,.3,.25,.55,.55,.55Z"/><path id="A" class="cls-3" d="M41.8,132.87H16.84c-.49,0-.74-.59-.39-.94l24.96-22.27c.35-.35,.95-.11,.95,.39v22.27c0,.31-.25,.55-.55,.55Z"/></g><g id="Ps2"><rect id="B-2" class="cls-1" x="78.4" y="37.52" width="26.22" height="92.35"/><rect id="A-2" class="cls-1" x="45.39" y="19.13" width="33.01" height="110.74"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{fill:none;stroke-linecap:round;stroke-width:12px;}.cls-1,.cls-3{stroke:#000;}.cls-3{stroke-linecap:square;stroke-width:6px;}</style></defs><g id="by_Kam"><g id="Suporte"><path id="B" class="cls-3" d="M108.2,132.87h24.96c.49,0,.74-.59,.39-.94l-24.96-22.28c-.35-.35-.94-.11-.94,.39v22.28c0,.3,.25,.55,.55,.55Z"/><path id="A" class="cls-3" d="M41.8,132.87H16.84c-.49,0-.74-.59-.39-.94l24.96-22.27c.35-.35,.95-.11,.95,.39v22.27c0,.31-.25,.55-.55,.55Z"/></g><g id="Ps2"><rect id="B-2" class="cls-1" x="78.4" y="37.52" width="26.22" height="92.35"/><rect id="A-2" class="cls-1" x="45.39" y="19.13" width="33.01" height="110.74"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 685 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="EyeToy_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><rect class="cls-1" width="150" height="150"/></g><g id="By_Maxihplay"><g id="suporte"><path d="M128.79,125.89H21.21c-2.55,0-4.89-1.49-5.97-3.8-1.08-2.31-.72-5.06,.91-7.02l.34-.38,24.14-24.42c1.24-1.33,2.98-2.09,4.81-2.09h59.34c1.8,0,3.52,.74,4.76,2.03l24.16,24.65c1.75,1.93,2.19,4.72,1.13,7.1-1.06,2.38-3.42,3.92-6.03,3.92Zm-94.64-12H115.93l-13.43-13.7H47.69l-13.54,13.7Z"/><polygon class="cls-3" points="82.86 91.16 67.14 91.16 63.31 80.64 86.69 80.64 82.86 91.16"/></g><g id="webcam"><g id="B"><line class="cls-2" x1="140.42" y1="67.15" x2="124.16" y2="67.15"/><line class="cls-2" x1="140.42" y1="30.11" x2="124.16" y2="30.11"/><line class="cls-2" x1="140.42" y1="48.63" x2="124.16" y2="48.63"/></g><g id="A"><line class="cls-2" x1="25.84" y1="67.15" x2="9.58" y2="67.15"/><line class="cls-2" x1="25.84" y1="30.11" x2="9.58" y2="30.11"/><line class="cls-2" x1="25.84" y1="48.63" x2="9.58" y2="48.63"/></g><rect class="cls-2" x="24.09" y="30.11" width="101.81" height="46.2"/><circle id="lente" class="cls-2" cx="75" cy="54.11" r="22.02"/><g id="brilho"><path d="M79.87,57.12c-3.64,0-6.6-2.96-6.6-6.6s2.96-6.6,6.6-6.6,6.6,2.96,6.6,6.6-2.96,6.6-6.6,6.6Z"/></g></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;}.cls-2,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_Maxihplay"><g id="suporte"><path d="M128.79,125.89H21.21c-2.55,0-4.89-1.49-5.97-3.8-1.08-2.31-.72-5.06,.91-7.02l.34-.38,24.14-24.42c1.24-1.33,2.98-2.09,4.81-2.09h59.34c1.8,0,3.52,.74,4.76,2.03l24.16,24.65c1.75,1.93,2.19,4.72,1.13,7.1-1.06,2.38-3.42,3.92-6.03,3.92Zm-94.64-12H115.93l-13.43-13.7H47.69l-13.54,13.7Z"/><polygon class="cls-3" points="82.86 91.16 67.14 91.16 63.31 80.64 86.69 80.64 82.86 91.16"/></g><g id="webcam"><g id="B"><line class="cls-2" x1="140.42" y1="67.15" x2="124.16" y2="67.15"/><line class="cls-2" x1="140.42" y1="30.11" x2="124.16" y2="30.11"/><line class="cls-2" x1="140.42" y1="48.63" x2="124.16" y2="48.63"/></g><g id="A"><line class="cls-2" x1="25.84" y1="67.15" x2="9.58" y2="67.15"/><line class="cls-2" x1="25.84" y1="30.11" x2="9.58" y2="30.11"/><line class="cls-2" x1="25.84" y1="48.63" x2="9.58" y2="48.63"/></g><rect class="cls-2" x="24.09" y="30.11" width="101.81" height="46.2"/><circle id="lente" class="cls-2" cx="75" cy="54.11" r="22.02"/><g id="brilho"><path d="M79.87,57.12c-3.64,0-6.6-2.96-6.6-6.6s2.96-6.6,6.6-6.6,6.6,2.96,6.6,6.6-2.96,6.6-6.6,6.6Z"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z"/></svg>

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="File_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1,.cls-2,.cls-3{fill:none;}.cls-2{stroke-miterlimit:10;}.cls-2,.cls-3{stroke:#000;stroke-width:12px;}.cls-3{stroke-linejoin:bevel;}</style></defs><g id="Tela"><path class="cls-1" d="M0,0H150V150H0V0Z"/></g><g id="File"><path class="cls-2" d="M28.01,130.61H121.99c1.59,0,2.87-1.28,2.87-2.85V22.41c0-1.57-1.29-2.85-2.87-2.85H62.04L25.13,56.59V127.76c0,1.57,1.29,2.85,2.87,2.85Z"/><path class="cls-3" d="M59.61,56.96H25.13L63.04,19.39V53.56c0,1.87-1.53,3.39-3.42,3.39Z"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2,.cls-3{fill:none;}.cls-2{stroke-miterlimit:10;}.cls-2,.cls-3{stroke:#000;stroke-width:12px;}.cls-3{stroke-linejoin:bevel;}</style></defs><path class="cls-2" d="M28.01,130.61H121.99c1.59,0,2.87-1.28,2.87-2.85V22.41c0-1.57-1.29-2.85-2.87-2.85H62.04L25.13,56.59V127.76c0,1.57,1.29,2.85,2.87,2.85Z"/><path class="cls-3" d="M59.61,56.96H25.13L63.04,19.39V53.56c0,1.87-1.53,3.39-3.42,3.39Z"/></svg>

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 440 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM8 7h8v2H8V7zm0 4h8v2H8v-2zm0 4h8v2H8v-2z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM8 7h8v2H8V7zm0 4h8v2H8v-2zm0 4h8v2H8v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM16 11v2H8v-2h8z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM16 11v2H8v-2h8z"/></svg>

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 179 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm10.529 11.454a4.002 4.002 0 0 1-4.86-6.274 4 4 0 0 1 6.274 4.86l2.21 2.21-1.414 1.415-2.21-2.21zm-.618-2.032a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm10.529 11.454a4.002 4.002 0 0 1-4.86-6.274 4 4 0 0 1 6.274 4.86l2.21 2.21-1.414 1.415-2.21-2.21zm-.618-2.032a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828z"/></svg>

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path fill-rule="nonzero" d="M8.595 12.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 11 8.645V7.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V16.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M8.595 12.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 11 8.645V7.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V16.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z"/></svg>

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 517 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0H24V24H0z"/><path d="M21 4v2h-1l-5 7.5V22H9v-8.5L4 6H3V4h18zM6.404 6L11 12.894V20h2v-7.106L17.596 6H6.404z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M21 4v2h-1l-5 7.5V22H9v-8.5L4 6H3V4h18zM6.404 6L11 12.894V20h2v-7.106L17.596 6H6.404z"/></svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 129 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M13 9h8L11 24v-9H4l9-15v9zm-2 2V7.22L7.532 13H13v4.394L17.263 11H11z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M13 9h8L11 24v-9H4l9-15v9zm-2 2V7.22L7.532 13H13v4.394L17.263 11H11z"/></svg>

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 112 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-linejoin:round;}.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-1,.cls-2,.cls-3,.cls-5{stroke:#000;}.cls-1,.cls-3{stroke-width:12px;}.cls-2{stroke-width:18px;}.cls-5{stroke-width:6px;}</style></defs><g id="tela"><rect class="cls-4" x="0" width="150" height="150"/></g><g id="PCSX2_-_Save_-_Load"><g id="By_maxihplay"><g id="seta"><path class="cls-5" d="M55.07,104.57l18.6-20.15c.74-.74,1.94-.74,2.67,0l18.6,20.15c1.2,1.2,.35,2.44-1.32,2.44H56.38c-1.67,0-2.52-1.28-1.32-2.44h0Z"/><line class="cls-2" x1="75" y1="132.42" x2="75" y2="98.79"/></g><g id="corpo"><path class="cls-1" d="M42.93,127.31s-13.93,0-18.94,0c-2.67,0-4.84-2.16-4.84-4.84V27.34c0-2.57,2.09-4.65,4.66-4.64,18.31,.02,84.55,.11,86.95,.13,.06,0,20.08,20.82,20.08,20.88V122.72c0,2.54-2.07,4.59-4.61,4.59h-19.27"/><path id="Forma_2" class="cls-3" d="M47.45,60.79h48.84c1.77,0,3.21-1.44,3.21-3.21V23.18c0-.13-.11-.24-.24-.24H44.47c-.13,0-.24,.11-.24,.24V57.58c0,1.77,1.44,3.21,3.21,3.21Z"/></g></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-linejoin:round;}.cls-1,.cls-2,.cls-3{fill:none;}.cls-1,.cls-2,.cls-3,.cls-5{stroke:#000;}.cls-1,.cls-3{stroke-width:12px;}.cls-2{stroke-width:18px;}.cls-5{stroke-width:6px;}</style></defs><g id="By_maxihplay"><g id="seta"><path class="cls-5" d="M55.07,104.57l18.6-20.15c.74-.74,1.94-.74,2.67,0l18.6,20.15c1.2,1.2,.35,2.44-1.32,2.44H56.38c-1.67,0-2.52-1.28-1.32-2.44h0Z"/><line class="cls-2" x1="75" y1="132.42" x2="75" y2="98.79"/></g><g id="corpo"><path class="cls-1" d="M42.93,127.31s-13.93,0-18.94,0c-2.67,0-4.84-2.16-4.84-4.84V27.34c0-2.57,2.09-4.65,4.66-4.64,18.31,.02,84.55,.11,86.95,.13,.06,0,20.08,20.82,20.08,20.88V122.72c0,2.54-2.07,4.59-4.61,4.59h-19.27"/><path id="Forma_2" class="cls-3" d="M47.45,60.79h48.84c1.77,0,3.21-1.44,3.21-3.21V23.18c0-.13-.11-.24-.24-.24H44.47c-.13,0-.24,.11-.24,.24V57.58c0,1.77,1.44,3.21,3.21,3.21Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 932 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-linejoin:round;}.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-1,.cls-2,.cls-3,.cls-5{stroke:#000;}.cls-1,.cls-3{stroke-width:12px;}.cls-2{stroke-width:18px;}.cls-5{stroke-width:6px;}</style></defs><g id="tela"><rect class="cls-4" x="0" width="150" height="150"/></g><g id="PCSX2_-_Save_-_Load"><g id="By_maxihplay"><g id="seta"><path class="cls-5" d="M94.93,108.72l-18.6,20.15c-.74,.74-1.94,.74-2.67,0l-18.6-20.15c-1.2-1.2-.35-2.44,1.32-2.44h37.23c1.67,0,2.52,1.28,1.32,2.44h0Z"/><line class="cls-2" x1="75" y1="80.86" x2="75" y2="114.49"/></g><g id="corpo"><path class="cls-1" d="M42.93,127.31s-13.93,0-18.94,0c-2.67,0-4.84-2.16-4.84-4.84V27.34c0-2.57,2.09-4.65,4.66-4.64,18.31,.02,84.55,.11,86.95,.13,.06,0,20.08,20.82,20.08,20.88V122.72c0,2.54-2.07,4.59-4.61,4.59h-19.27"/><path id="Forma_2" class="cls-3" d="M47.45,60.79h48.84c1.77,0,3.21-1.44,3.21-3.21V23.18c0-.13-.11-.24-.24-.24H44.47c-.13,0-.24,.11-.24,.24V57.58c0,1.77,1.44,3.21,3.21,3.21Z"/></g></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;stroke-linejoin:round;}.cls-1,.cls-2,.cls-3{fill:none;}.cls-1,.cls-2,.cls-3,.cls-5{stroke:#000;}.cls-1,.cls-3{stroke-width:12px;}.cls-2{stroke-width:18px;}.cls-5{stroke-width:6px;}</style></defs><g id="PCSX2_-_Save_-_Load"><g id="By_maxihplay"><g id="seta"><path class="cls-5" d="M94.93,108.72l-18.6,20.15c-.74,.74-1.94,.74-2.67,0l-18.6-20.15c-1.2-1.2-.35-2.44,1.32-2.44h37.23c1.67,0,2.52,1.28,1.32,2.44h0Z"/><line class="cls-2" x1="75" y1="80.86" x2="75" y2="114.49"/></g><g id="corpo"><path class="cls-1" d="M42.93,127.31s-13.93,0-18.94,0c-2.67,0-4.84-2.16-4.84-4.84V27.34c0-2.57,2.09-4.65,4.66-4.64,18.31,.02,84.55,.11,86.95,.13,.06,0,20.08,20.82,20.08,20.88V122.72c0,2.54-2.07,4.59-4.61,4.59h-19.27"/><path id="Forma_2" class="cls-3" d="M47.45,60.79h48.84c1.77,0,3.21-1.44,3.21-3.21V23.18c0-.13-.11-.24-.24-.24H44.47c-.13,0-.24,.11-.24,.24V57.58c0,1.77,1.44,3.21,3.21,3.21Z"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 967 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 7V9h2v3h3v2h-3v3h-2v-3H8v-2h3z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 7V9h2v3h3v2h-3v3h-2v-3H8v-2h3z"/></svg>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 190 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H20a1 1 0 0 1 1 1v3h-2V7h-7.414l-2-2H4v11.998L5.5 11h17l-2.31 9.243a1 1 0 0 1-.97.757H3zm16.938-8H7.062l-1.5 6h12.876l1.5-6z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H20a1 1 0 0 1 1 1v3h-2V7h-7.414l-2-2H4v11.998L5.5 11h17l-2.31 9.243a1 1 0 0 1-.97.757H3zm16.938-8H7.062l-1.5 6h12.876l1.5-6z"/></svg>

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 213 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4 7h8v2H8v-2z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4 7h8v2H8v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4.591 8.809a3.508 3.508 0 0 1 0-1.622l-.991-.572 1-1.732.991.573a3.495 3.495 0 0 1 1.404-.812V8.5h2v1.144c.532.159 1.01.44 1.403.812l.992-.573 1 1.731-.991.573a3.508 3.508 0 0 1 0 1.622l.991.572-1 1.731-.991-.572a3.495 3.495 0 0 1-1.404.811v1.145h-2V16.35a3.495 3.495 0 0 1-1.404-.811l-.991.572-1-1.73.991-.573zm3.404.688a1.5 1.5 0 1 0 0-2.998 1.5 1.5 0 0 0 0 2.998z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4.591 8.809a3.508 3.508 0 0 1 0-1.622l-.991-.572 1-1.732.991.573a3.495 3.495 0 0 1 1.404-.812V8.5h2v1.144c.532.159 1.01.44 1.403.812l.992-.573 1 1.731-.991.573a3.508 3.508 0 0 1 0 1.622l.991.572-1 1.731-.991-.572a3.495 3.495 0 0 1-1.404.811v1.145h-2V16.35a3.495 3.495 0 0 1-1.404-.811l-.991.572-1-1.73.991-.573zm3.404.688a1.5 1.5 0 1 0 0-2.998 1.5 1.5 0 0 0 0 2.998z"/></svg>

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M20 3h2v6h-2V5h-4V3h4zM4 3h4v2H4v4H2V3h2zm16 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M20 3h2v6h-2V5h-4V3h4zM4 3h4v2H4v4H2V3h2zm16 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z"/></svg>

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 126 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 3h8v8H3V3zm0 10h8v8H3v-8zM13 3h8v8h-8V3zm0 10h8v8h-8v-8zm2-8v4h4V5h-4zm0 10v4h4v-4h-4zM5 5v4h4V5H5zm0 10v4h4v-4H5z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M3 3h8v8H3V3zm0 10h8v8H3v-8zM13 3h8v8h-8V3zm0 10h8v8h-8v-8zm2-8v4h4V5h-4zm0 10v4h4v-4h-4zM5 5v4h4V5H5zm0 10v4h4v-4H5z"/></svg>

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 161 B

View File

@@ -1,23 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="PCSX2_-_Gametrak" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<svg viewBox="0 0 150 150">
<g id="By_Maxihplay">
<g>
<path d="M73.8,124.7c-7.8,0-14.8-1.8-21.8-5.7c-2.5,2.1-5.7,3.1-9.2,2.7L30,120.3c0,0-0.1,0-0.1,0c-6-0.8-11.4-4.1-14.8-9.1
c-3.4-5-4.5-11.2-3.1-17.1l14-57.1c1.3-5.2,5.9-9,11.3-9.2l15.2-0.5c3.2-0.1,6.3,1.2,8.5,3.6c1.1,1.2,1.9,2.7,2.4,4.2
c3-0.6,6.1-1,9.2-1.1c4.9-0.2,9.8,0.4,14.5,1.5c0.4-1.7,1.3-3.3,2.5-4.6c2.2-2.4,5.3-3.7,8.5-3.6l15.2,0.5c5.4,0.2,10,4,11.3,9.2
l14,57.1c0,0.1,0.1,0.2,0.1,0.3c1.3,5.8,0.2,11.9-3.2,16.8c-3.4,5-8.8,8.3-14.8,9.1c0,0-0.1,0-0.1,0l-12.9,1.4
c-3.9,0.5-7.6-0.9-10.1-3.6c-6.9,4.2-13.7,6.2-21.8,6.5C75,124.7,74.4,124.7,73.8,124.7z M50.2,104.9c1.2,0,2.4,0.4,3.4,1.1
c7.4,5.1,13.6,7,21.6,6.7c7.8-0.3,13.9-2.7,21-8.3c1.7-1.3,4-1.7,6-0.9c2,0.8,3.4,2.6,3.7,4.8l0.2,1.5c0,0,0.1,0,0.1,0l12.9-1.4
c2.6-0.4,4.9-1.8,6.4-4c1.5-2.2,2-4.9,1.4-7.5c0-0.1,0-0.2-0.1-0.3l-13.9-56.8c0,0,0-0.1-0.1-0.1l-14-0.5l0.5,3.9
c0.3,2.2-0.6,4.3-2.4,5.6c-1.8,1.3-4.1,1.5-6.1,0.6c-5.5-2.5-11.7-3.7-18-3.5c-4.7,0.2-9.2,1.1-13.5,2.8c-2,0.8-4.2,0.5-5.9-0.8
c-1.7-1.3-2.5-3.4-2.3-5.5l0.4-3.1l-14,0.5c0,0-0.1,0-0.1,0.1l-14,57.1c-0.6,2.6-0.2,5.3,1.4,7.5c1.5,2.2,3.8,3.6,6.4,4l12.9,1.4
c0,0,0.1,0,0.1,0c0.4-2,1.7-3.7,3.6-4.5C48.7,105.1,49.5,104.9,50.2,104.9z"/>
</g>
<g>
<path d="M75.2,83.5c-7.1,0-12.8-4.7-12.8-10.5s5.8-10.5,12.8-10.5S88.1,67.2,88.1,73S82.3,83.5,75.2,83.5z"/>
</g>
<path d="M73.8,124.7c-7.8,0-14.8-1.8-21.8-5.7c-2.5,2.1-5.7,3.1-9.2,2.7L30,120.3c0,0-0.1,0-0.1,0c-6-0.8-11.4-4.1-14.8-9.1 c-3.4-5-4.5-11.2-3.1-17.1l14-57.1c1.3-5.2,5.9-9,11.3-9.2l15.2-0.5c3.2-0.1,6.3,1.2,8.5,3.6c1.1,1.2,1.9,2.7,2.4,4.2 c3-0.6,6.1-1,9.2-1.1c4.9-0.2,9.8,0.4,14.5,1.5c0.4-1.7,1.3-3.3,2.5-4.6c2.2-2.4,5.3-3.7,8.5-3.6l15.2,0.5c5.4,0.2,10,4,11.3,9.2 l14,57.1c0,0.1,0.1,0.2,0.1,0.3c1.3,5.8,0.2,11.9-3.2,16.8c-3.4,5-8.8,8.3-14.8,9.1c0,0-0.1,0-0.1,0l-12.9,1.4 c-3.9,0.5-7.6-0.9-10.1-3.6c-6.9,4.2-13.7,6.2-21.8,6.5C75,124.7,74.4,124.7,73.8,124.7z M50.2,104.9c1.2,0,2.4,0.4,3.4,1.1 c7.4,5.1,13.6,7,21.6,6.7c7.8-0.3,13.9-2.7,21-8.3c1.7-1.3,4-1.7,6-0.9c2,0.8,3.4,2.6,3.7,4.8l0.2,1.5c0,0,0.1,0,0.1,0l12.9-1.4 c2.6-0.4,4.9-1.8,6.4-4c1.5-2.2,2-4.9,1.4-7.5c0-0.1,0-0.2-0.1-0.3l-13.9-56.8c0,0,0-0.1-0.1-0.1l-14-0.5l0.5,3.9 c0.3,2.2-0.6,4.3-2.4,5.6c-1.8,1.3-4.1,1.5-6.1,0.6c-5.5-2.5-11.7-3.7-18-3.5c-4.7,0.2-9.2,1.1-13.5,2.8c-2,0.8-4.2,0.5-5.9-0.8 c-1.7-1.3-2.5-3.4-2.3-5.5l0.4-3.1l-14,0.5c0,0-0.1,0-0.1,0.1l-14,57.1c-0.6,2.6-0.2,5.3,1.4,7.5c1.5,2.2,3.8,3.6,6.4,4l12.9,1.4 c0,0,0.1,0,0.1,0c0.4-2,1.7-3.7,3.6-4.5C48.7,105.1,49.5,104.9,50.2,104.9z"/>
<path d="M75.2,83.5c-7.1,0-12.8-4.7-12.8-10.5s5.8-10.5,12.8-10.5S88.1,67.2,88.1,73S82.3,83.5,75.2,83.5z"/>
<path d="M113.2,78c-6.7,0-12.1-4.4-12.1-9.9c0-5.4,5.4-9.9,12.1-9.9c6.6,0,12.1,4.4,12.1,9.9C125.3,73.6,119.9,78,113.2,78z"/>
<path d="M36.6,78c-6.6,0-12.1-4.4-12.1-9.9c0-5.4,5.4-9.9,12.1-9.9s12.1,4.4,12.1,9.9C48.7,73.6,43.3,78,36.6,78z"/>
</g>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,41 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="96"
height="96"
version="1.1"
id="svg4"
sodipodi:docname="github-black.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="6.9532167"
inkscape:cx="68.026069"
inkscape:cy="44.367954"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M 48.039718,0.79985077 C 21.474995,0.79985077 0,22.433162 0,49.196518 c 0,21.393378 13.759769,39.502427 32.848216,45.911787 2.386548,0.481833 3.26073,-1.041349 3.26073,-2.322631 0,-1.121982 -0.07867,-4.967795 -0.07867,-8.974874 -13.363486,2.885097 -16.146317,-5.769211 -16.146317,-5.769211 -2.147598,-5.608928 -5.329661,-7.050493 -5.329661,-7.050493 -4.373862,-2.964747 0.318599,-2.964747 0.318599,-2.964747 4.851762,0.320566 7.39761,4.967795 7.39761,4.967795 4.294212,7.371059 11.213921,5.288361 13.997735,4.006096 0.397267,-3.12503 1.670682,-5.288361 3.022764,-6.489993 -10.658339,-1.121983 -21.872261,-5.288362 -21.872261,-23.878259 0,-5.288362 1.907665,-9.615024 4.930428,-12.979987 -0.476916,-1.201632 -2.147598,-6.170411 0.4779,-12.820687 0,0 4.056246,-1.282265 13.20222,4.967795 a 46.18712,46.18712 0 0 1 12.010421,-1.602832 c 4.056245,0 8.191158,0.561483 12.009437,1.602832 9.146958,-6.25006 13.203204,-4.967795 13.203204,-4.967795 2.625497,6.650276 0.953832,11.619055 0.476916,12.820687 3.102413,3.364963 4.931411,7.691625 4.931411,12.979987 0,18.589897 -11.213922,22.675643 -21.951911,23.878259 1.750332,1.522198 3.26073,4.406312 3.26073,8.97389 0,6.489994 -0.07867,11.698705 -0.07867,13.300553 0,1.282266 0.875166,2.805448 3.26073,2.324598 C 82.240016,88.697961 95.999785,70.589896 95.999785,49.196518 96.078452,22.433162 74.524791,0.79985077 48.039718,0.79985077 Z"
fill="#24292f"
id="path2"
style="stroke-width:0.983332" />
</svg>
<svg width="96" height="96"><path fill-rule="evenodd" clip-rule="evenodd" fill="#24292f" style="stroke-width:0.983332" d="M 48.039718,0.79985077 C 21.474995,0.79985077 0,22.433162 0,49.196518 c 0,21.393378 13.759769,39.502427 32.848216,45.911787 2.386548,0.481833 3.26073,-1.041349 3.26073,-2.322631 0,-1.121982 -0.07867,-4.967795 -0.07867,-8.974874 -13.363486,2.885097 -16.146317,-5.769211 -16.146317,-5.769211 -2.147598,-5.608928 -5.329661,-7.050493 -5.329661,-7.050493 -4.373862,-2.964747 0.318599,-2.964747 0.318599,-2.964747 4.851762,0.320566 7.39761,4.967795 7.39761,4.967795 4.294212,7.371059 11.213921,5.288361 13.997735,4.006096 0.397267,-3.12503 1.670682,-5.288361 3.022764,-6.489993 -10.658339,-1.121983 -21.872261,-5.288362 -21.872261,-23.878259 0,-5.288362 1.907665,-9.615024 4.930428,-12.979987 -0.476916,-1.201632 -2.147598,-6.170411 0.4779,-12.820687 0,0 4.056246,-1.282265 13.20222,4.967795 a 46.18712,46.18712 0 0 1 12.010421,-1.602832 c 4.056245,0 8.191158,0.561483 12.009437,1.602832 9.146958,-6.25006 13.203204,-4.967795 13.203204,-4.967795 2.625497,6.650276 0.953832,11.619055 0.476916,12.820687 3.102413,3.364963 4.931411,7.691625 4.931411,12.979987 0,18.589897 -11.213922,22.675643 -21.951911,23.878259 1.750332,1.522198 3.26073,4.406312 3.26073,8.97389 0,6.489994 -0.07867,11.698705 -0.07867,13.300553 0,1.282266 0.875166,2.805448 3.26073,2.324598 C 82.240016,88.697961 95.999785,70.589896 95.999785,49.196518 96.078452,22.433162 74.524791,0.79985077 48.039718,0.79985077 Z"/></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z"/></svg>

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 557 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Guitar_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:14px;}.cls-1,.cls-2,.cls-3{stroke-linecap:round;}.cls-1,.cls-2,.cls-3,.cls-4{stroke:#000;stroke-miterlimit:10;}.cls-1,.cls-2,.cls-5,.cls-4{fill:none;}.cls-2,.cls-4{stroke-width:12px;}.cls-3{stroke-width:9px;}</style></defs><g id="Tela"><rect class="cls-5" width="150" height="150"/></g><g id="By_Maxihplay"><g id="corpo"><path class="cls-4" d="M60.13,44.79c5.86,17.42,10.94,31.98,11.6,33.87,.05,.14,.13,.25,.25,.33,1.31,.88,9.63,6.44,21.87,14,1.02,.63,.97,2.12-.09,2.68-4.92,2.6-11.14,6.91-15.8,9.95-7.88,4.48-9.07,19.79-11.45,32.44-.05,.29-.29,.51-.58,.55-23.18,3.32-36.09,3.15-51.91-19.23-7.96-11.27-6.42-28.62,5.6-32.33,28.49-8.8,21.2-8.38,36.22-42.37,.25-.56,.8-.93,1.41-.94l1.36-.03c.69-.01,1.3,.42,1.52,1.07Z"/><line class="cls-2" x1="58.04" y1="92.64" x2="43.61" y2="108.11"/></g><g id="cabeca"><line class="cls-1" x1="73.68" y1="76.62" x2="114.49" y2="31.62"/><polygon class="cls-3" points="116.64 35.87 110.2 29.84 109.3 26.73 126.2 9.83 140.63 12.69 140.91 13.19 119.41 36.19 116.64 35.87"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:14px;}.cls-1,.cls-2,.cls-3{stroke-linecap:round;}.cls-1,.cls-2,.cls-3,.cls-4{stroke:#000;stroke-miterlimit:10;}.cls-1,.cls-2,.cls-5,.cls-4{fill:none;}.cls-2,.cls-4{stroke-width:12px;}.cls-3{stroke-width:9px;}</style></defs><g id="By_Maxihplay"><g id="corpo"><path class="cls-4" d="M60.13,44.79c5.86,17.42,10.94,31.98,11.6,33.87,.05,.14,.13,.25,.25,.33,1.31,.88,9.63,6.44,21.87,14,1.02,.63,.97,2.12-.09,2.68-4.92,2.6-11.14,6.91-15.8,9.95-7.88,4.48-9.07,19.79-11.45,32.44-.05,.29-.29,.51-.58,.55-23.18,3.32-36.09,3.15-51.91-19.23-7.96-11.27-6.42-28.62,5.6-32.33,28.49-8.8,21.2-8.38,36.22-42.37,.25-.56,.8-.93,1.41-.94l1.36-.03c.69-.01,1.3,.42,1.52,1.07Z"/><line class="cls-2" x1="58.04" y1="92.64" x2="43.61" y2="108.11"/></g><g id="cabeca"><line class="cls-1" x1="73.68" y1="76.62" x2="114.49" y2="31.62"/><polygon class="cls-3" points="116.64 35.87 110.2 29.84 109.3 26.73 126.2 9.83 140.63 12.69 140.91 13.19 119.41 36.19 116.64 35.87"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1013 B

View File

@@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Aim_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<svg viewBox="0 0 150 150">
<style type="text/css">
.st0{fill:none;}
.st1{fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:10;}
.st2{fill:none;stroke:#000000;stroke-width:12;stroke-linecap:round;stroke-miterlimit:10;}
</style>
<g id="tela">
<path id="tela-2" class="st0" d="M0,0h150v150H0V0z"/>
</g>
<g id="By_Maxihplay">
<circle class="st1" cx="75" cy="75" r="52.2"/>
<circle class="st1" cx="75" cy="75" r="29.8"/>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 678 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Headset_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2{stroke-linecap:round;}.cls-2,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><path id="tela" class="cls-1" d="M0,0H150V150H0V0Z"/><g id="By_Maxihplay"><path id="B" class="cls-3" d="M124.15,66.01h3.66c1.78,0,3.22,1.44,3.22,3.22v35.96c0,1.78-1.44,3.22-3.22,3.22h-3.66c-5.99,0-10.86-4.87-10.86-10.86v-20.68c0-5.99,4.87-10.86,10.86-10.86Z" transform="translate(244.33 174.4) rotate(-180)"/><path id="A" class="cls-3" d="M29.82,66.01h3.66c1.78,0,3.22,1.44,3.22,3.22v35.96c0,1.78-1.44,3.22-3.22,3.22h-3.66c-5.99,0-10.86-4.87-10.86-10.86v-20.68c0-5.99,4.87-10.86,10.86-10.86Z"/><path id="Mic" class="cls-2" d="M31.77,75.68v41.6c0,4.62,3.74,8.36,8.36,8.36h21.62"/><g id="alca"><line class="cls-2" x1="57.72" y1="24.99" x2="94.79" y2="24.99"/><path class="cls-2" d="M28.08,94.89V57.62c0-20.49,20.47-37.26,40.96-37.26h13.83c20.49,0,40.96,16.77,40.96,37.26v37.27"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;stroke-linecap:round;}.cls-2,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_Maxihplay"><path id="B" class="cls-3" d="M124.15,66.01h3.66c1.78,0,3.22,1.44,3.22,3.22v35.96c0,1.78-1.44,3.22-3.22,3.22h-3.66c-5.99,0-10.86-4.87-10.86-10.86v-20.68c0-5.99,4.87-10.86,10.86-10.86Z" transform="translate(244.33 174.4) rotate(-180)"/><path id="A" class="cls-3" d="M29.82,66.01h3.66c1.78,0,3.22,1.44,3.22,3.22v35.96c0,1.78-1.44,3.22-3.22,3.22h-3.66c-5.99,0-10.86-4.87-10.86-10.86v-20.68c0-5.99,4.87-10.86,10.86-10.86Z"/><path id="Mic" class="cls-2" d="M31.77,75.68v41.6c0,4.62,3.74,8.36,8.36,8.36h21.62"/><g id="alca"><line class="cls-2" x1="57.72" y1="24.99" x2="94.79" y2="24.99"/><path class="cls-2" d="M28.08,94.89V57.62c0-20.49,20.47-37.26,40.96-37.26h13.83c20.49,0,40.96,16.77,40.96,37.26v37.27"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 899 B

View File

@@ -1,53 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg5"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="heart-circle-line-black.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="0.921875"
inkscape:cx="318.91525"
inkscape:cy="316.20339"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<circle
style="fill:none;stroke:#000000;stroke-width:39.1094;stroke-linecap:round;stroke-dasharray:none"
id="path234"
cx="255.99998"
cy="255.99998"
r="236.44533" />
<path
style="fill:none;stroke:#000000;stroke-width:30;stroke-linecap:round"
d="M 14.169739,256 H 138.21901 L 210.20476,131.31702 277.76735,383.464 358.15788,244.22352 h 139.38547"
id="path561" />
</g>
<svg viewBox="0 0 512 512">
<circle
style="fill:none;stroke:#000000;stroke-width:39.1094;stroke-linecap:round;stroke-dasharray:none"
cx="255.99998"
cy="255.99998"
r="236.44533"/>
<path
style="fill:none;stroke:#000000;stroke-width:30;stroke-linecap:round"
d="M 14.169739,256 H 138.21901 L 210.20476,131.31702 277.76735,383.464 358.15788,244.22352 h 139.38547"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 396 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M20 5H4v14l9.292-9.294a1 1 0 0 1 1.414 0L20 15.01V5zM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M20 5H4v14l9.292-9.294a1 1 0 0 1 1.414 0L20 15.01V5zM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 250 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke:#010101;stroke-linejoin:round;stroke-width:9px;}.cls-1,.cls-2{stroke-linecap:round;}.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><path id="tela-2" class="cls-3" d="M0,0H150V150H0V0Z"/></g><g id="Monitor_-_Pcsx2"><g id="By_Kam"><line id="pe" class="cls-2" x1="39.95" y1="129.07" x2="110.05" y2="129.07"/><g id="A_B"><g id="B"><path id="path1211" class="cls-1" d="M106.56,80.07h-37.51"/><circle id="path1155-3" class="cls-1" cx="57.14" cy="80.07" r="11.91"/></g><g id="A"><path id="path858" class="cls-1" d="M43.44,50.11h38.71"/><circle id="path1155" class="cls-1" cx="94.65" cy="49.51" r="11.91"/></g></g><rect id="monitor" class="cls-4" x="18.39" y="20.93" width="113.21" height="87.73" rx="2.83" ry="2.83"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke:#010101;stroke-linejoin:round;stroke-width:9px;}.cls-1,.cls-2{stroke-linecap:round;}.cls-1,.cls-2,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="Monitor_-_Pcsx2"><g id="By_Kam"><line id="pe" class="cls-2" x1="39.95" y1="129.07" x2="110.05" y2="129.07"/><g id="A_B"><g id="B"><path id="path1211" class="cls-1" d="M106.56,80.07h-37.51"/><circle id="path1155-3" class="cls-1" cx="57.14" cy="80.07" r="11.91"/></g><g id="A"><path id="path858" class="cls-1" d="M43.44,50.11h38.71"/><circle id="path1155" class="cls-1" cx="94.65" cy="49.51" r="11.91"/></g></g><rect id="monitor" class="cls-4" x="18.39" y="20.93" width="113.21" height="87.73" rx="2.83" ry="2.83"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 937 B

After

Width:  |  Height:  |  Size: 786 B

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Jogcon_-_PCSX2" data-name="Jogcon - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
@@ -11,16 +10,14 @@
}
</style>
</defs>
<g id="By_maxihplay" data-name="By @maxihplay">
<g id="By_maxihplay">
<path class="cls-1" d="m126.03,63.22c3.43-3.42,5.55-8.15,5.55-13.38,0-10.44-8.47-18.91-18.91-18.91-6.44,0-12.12,3.22-15.54,8.13"/>
<path class="cls-1" d="m24.65,63.22c-3.43-3.42-4.52-8.15-4.52-13.38,0-10.44,8.47-18.91,18.91-18.91,6.44,0,12.12,3.22,15.54,8.13"/>
<g>
<path class="cls-1" d="m126.03,63.22c3.43-3.42,5.55-8.15,5.55-13.38,0-10.44-8.47-18.91-18.91-18.91-6.44,0-12.12,3.22-15.54,8.13"/>
<path class="cls-1" d="m24.65,63.22c-3.43-3.42-4.52-8.15-4.52-13.38,0-10.44,8.47-18.91,18.91-18.91,6.44,0,12.12,3.22,15.54,8.13"/>
<g>
<path d="m130.41,61.42c-1.1-2.72-4.43-4.12-7.43-3.12-3.01.99-4.55,4-3.46,6.72,2.66,6.58,9.26,26.04,7.91,36.9-.78,6.27-2.83,10.41-4.61,12.93-1.43,2.03-4.12,2.88-6.35,1.79-.01,0-.03-.01-.04-.02-.56-.28-2.05-1.02-3.65-4.34-2.98-6.2-1.89-19.72-1.2-24.16l.04-.26c.51-3.24-1.32-6.4-4.54-7.86l-1.15-.53c-1.81-.83-5.55-1.26-7.4-.87.23,1.26,0,3.43,0,4.75,0,3.3-.69,4.83-2.04,7.68,1.01-.44,3.25.21,3.51.11-.92,7.22-1.22,18.32,2.14,25.31,2.13,4.44,4.98,7.5,8.69,9.35,2.71,1.35,5.83,2.04,9.1,2.04,1.52,0,3.06-.15,4.61-.45.78-.15,1.52-.45,2.17-.88,1.04-.68,10.2-7.1,12.23-23.43,1.93-15.54-8.12-40.61-8.55-41.67Z"/>
<path d="m52.83,90.71c-1.19-2.71-2.94-5.14-2.94-8.24,0-1.21.68-2.7.87-3.87-1.34-.25-4.31.36-5.68.74l-1.82.51c-3.97,1.1-6.44,4.6-5.87,8.32l.02.15c.75,4.88,2.74,17.84-.2,23.97-1.6,3.32-3.09,4.06-3.65,4.34-.01,0-.03.01-.04.02-2.23,1.09-4.91.24-6.33-1.79-1.77-2.52-3.85-6.69-4.62-12.93-1.35-10.86,5.26-30.32,7.91-36.9,1.1-2.72-.45-5.73-3.45-6.72-3.01-1-6.33.4-7.43,3.12-.43,1.06-10.47,26.13-8.55,41.67,2.02,16.33,11.19,22.75,12.23,23.43.65.42,1.39.72,2.17.88,4.88.95,9.74.39,13.7-1.59,3.71-1.85,6.56-4.91,8.69-9.35,3.23-6.71,2.84-16.24,1.66-25.32.38.12,2.88-.55,3.33-.43Z"/>
</g>
<circle class="cls-1" cx="75" cy="79.2" r="20.58"/>
<path class="cls-1" d="m55.23,37.19c2.88-8.45,10.44-14.38,19.06-14.98,9.65-.68,18.83,5.45,22.14,14.98"/>
<path d="m130.41,61.42c-1.1-2.72-4.43-4.12-7.43-3.12-3.01.99-4.55,4-3.46,6.72,2.66,6.58,9.26,26.04,7.91,36.9-.78,6.27-2.83,10.41-4.61,12.93-1.43,2.03-4.12,2.88-6.35,1.79-.01,0-.03-.01-.04-.02-.56-.28-2.05-1.02-3.65-4.34-2.98-6.2-1.89-19.72-1.2-24.16l.04-.26c.51-3.24-1.32-6.4-4.54-7.86l-1.15-.53c-1.81-.83-5.55-1.26-7.4-.87.23,1.26,0,3.43,0,4.75,0,3.3-.69,4.83-2.04,7.68,1.01-.44,3.25.21,3.51.11-.92,7.22-1.22,18.32,2.14,25.31,2.13,4.44,4.98,7.5,8.69,9.35,2.71,1.35,5.83,2.04,9.1,2.04,1.52,0,3.06-.15,4.61-.45.78-.15,1.52-.45,2.17-.88,1.04-.68,10.2-7.1,12.23-23.43,1.93-15.54-8.12-40.61-8.55-41.67Z"/>
<path d="m52.83,90.71c-1.19-2.71-2.94-5.14-2.94-8.24,0-1.21.68-2.7.87-3.87-1.34-.25-4.31.36-5.68.74l-1.82.51c-3.97,1.1-6.44,4.6-5.87,8.32l.02.15c.75,4.88,2.74,17.84-.2,23.97-1.6,3.32-3.09,4.06-3.65,4.34-.01,0-.03.01-.04.02-2.23,1.09-4.91.24-6.33-1.79-1.77-2.52-3.85-6.69-4.62-12.93-1.35-10.86,5.26-30.32,7.91-36.9,1.1-2.72-.45-5.73-3.45-6.72-3.01-1-6.33.4-7.43,3.12-.43,1.06-10.47,26.13-8.55,41.67,2.02,16.33,11.19,22.75,12.23,23.43.65.42,1.39.72,2.17.88,4.88.95,9.74.39,13.7-1.59,3.71-1.85,6.56-4.91,8.69-9.35,3.23-6.71,2.84-16.24,1.66-25.32.38.12,2.88-.55,3.33-.43Z"/>
</g>
<circle class="cls-1" cx="75" cy="79.2" r="20.58"/>
<path class="cls-1" d="m55.23,37.19c2.88-8.45,10.44-14.38,19.06-14.98,9.65-.68,18.83,5.45,22.14,14.98"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Keyboard_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-3{stroke-width:9px;}.cls-3,.cls-2{stroke:#000;stroke-miterlimit:10;}.cls-2{stroke-width:12px;}</style></defs><g id="tela"><path id="tela-2" class="cls-1" d="M0,0H150V150H0V0Z"/></g><g id="By_Maxihplay"><g id="teclas"><path id="espaco" d="M102.85,102.7H47.15c-1.64,0-2.96-1.51-2.96-3.37v-5.75c0-1.86,1.33-3.37,2.96-3.37h55.7c1.64,0,2.96,1.51,2.96,3.37v5.75c0,1.86-1.33,3.37-2.96,3.37Z"/><g id="baixo"><rect class="cls-3" x="30.55" y="73.44" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="51.11" y="73.54" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="71.68" y="73.34" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="92.25" y="73.63" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="112.95" y="73.78" width="6.5" height="6.5" rx=".19" ry=".19"/></g><g id="cima"><rect class="cls-3" x="30.55" y="52.39" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="51.11" y="52.49" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="71.68" y="52.3" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="92.25" y="52.59" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="112.95" y="52.74" width="6.5" height="6.5" rx=".19" ry=".19"/></g></g><rect id="externo" class="cls-2" x="12.58" y="35.55" width="124.83" height="78.9" rx="12" ry="12"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;}.cls-3{stroke-width:9px;}.cls-3,.cls-2{stroke:#000;stroke-miterlimit:10;}.cls-2{stroke-width:12px;}</style></defs><g id="By_Maxihplay"><g id="teclas"><path id="espaco" d="M102.85,102.7H47.15c-1.64,0-2.96-1.51-2.96-3.37v-5.75c0-1.86,1.33-3.37,2.96-3.37h55.7c1.64,0,2.96,1.51,2.96,3.37v5.75c0,1.86-1.33,3.37-2.96,3.37Z"/><g id="baixo"><rect class="cls-3" x="30.55" y="73.44" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="51.11" y="73.54" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="71.68" y="73.34" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="92.25" y="73.63" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="112.95" y="73.78" width="6.5" height="6.5" rx=".19" ry=".19"/></g><g id="cima"><rect class="cls-3" x="30.55" y="52.39" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="51.11" y="52.49" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="71.68" y="52.3" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="92.25" y="52.59" width="6.5" height="6.5" rx=".19" ry=".19"/><rect class="cls-3" x="112.95" y="52.74" width="6.5" height="6.5" rx=".19" ry=".19"/></g></g><rect id="externo" class="cls-2" x="12.58" y="35.55" width="124.83" height="78.9" rx="12" ry="12"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 17h18v2H3v-2zm0-6h3v3H3v-3zm5 0h3v3H8v-3zM3 5h3v3H3V5zm10 0h3v3h-3V5zm5 0h3v3h-3V5zm-5 6h3v3h-3v-3zm5 0h3v3h-3v-3zM8 5h3v3H8V5z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M3 17h18v2H3v-2zm0-6h3v3H3v-3zm5 0h3v3H8v-3zM3 5h3v3H3V5zm10 0h3v3h-3V5zm5 0h3v3h-3V5zm-5 6h3v3h-3v-3zm5 0h3v3h-3v-3zM8 5h3v3H8V5z"/></svg>

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="keyboard_mania_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:16px;}.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-1,.cls-3,.cls-4{stroke:#000;stroke-miterlimit:10;}.cls-3{stroke-width:12px;}.cls-4{stroke-width:9px;}</style></defs><g id="tela"><rect class="cls-2" width="150" height="150"/></g><g id="By_maxihplay"><g id="teclas"><line id="_4b" class="cls-4" x1="113.99" y1="85.32" x2="113.99" y2="113.23"/><line id="_3b" class="cls-4" x1="88" y1="85.32" x2="88" y2="113.23"/><line id="_2b" class="cls-4" x1="62.02" y1="85.32" x2="62.02" y2="113.23"/><line id="_1b" class="cls-4" x1="36.03" y1="85.32" x2="36.03" y2="113.23"/><line id="_4" class="cls-1" x1="113.99" y1="56.89" x2="113.99" y2="91.09"/><line id="_3" class="cls-1" x1="88" y1="56.89" x2="88" y2="91.09"/><line id="_2" class="cls-1" x1="62.02" y1="56.89" x2="62.02" y2="91.09"/><line id="_1" class="cls-1" x1="36.03" y1="57.87" x2="36.03" y2="92.07"/></g><g id="corpo"><rect class="cls-3" x="11.46" y="33.82" width="127.07" height="82.36" rx="2.94" ry="2.94"/><line class="cls-3" x1="13.49" y1="55.86" x2="136.52" y2="55.86"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-width:16px;}.cls-1,.cls-3,.cls-4{fill:none;stroke:#000;stroke-miterlimit:10;}.cls-3{stroke-width:12px;}.cls-4{stroke-width:9px;}</style></defs><g id="By_maxihplay"><g id="teclas"><line id="_4b" class="cls-4" x1="113.99" y1="85.32" x2="113.99" y2="113.23"/><line id="_3b" class="cls-4" x1="88" y1="85.32" x2="88" y2="113.23"/><line id="_2b" class="cls-4" x1="62.02" y1="85.32" x2="62.02" y2="113.23"/><line id="_1b" class="cls-4" x1="36.03" y1="85.32" x2="36.03" y2="113.23"/><line id="_4" class="cls-1" x1="113.99" y1="56.89" x2="113.99" y2="91.09"/><line id="_3" class="cls-1" x1="88" y1="56.89" x2="88" y2="91.09"/><line id="_2" class="cls-1" x1="62.02" y1="56.89" x2="62.02" y2="91.09"/><line id="_1" class="cls-1" x1="36.03" y1="57.87" x2="36.03" y2="92.07"/></g><g id="corpo"><rect class="cls-3" x="11.46" y="33.82" width="127.07" height="82.36" rx="2.94" ry="2.94"/><line class="cls-3" x1="13.49" y1="55.86" x2="136.52" y2="55.86"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1007 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M9.973 18H11v-5h2v5h1.027c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278zM10 20v1h4v-1h-4zm-4.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M9.973 18H11v-5h2v5h1.027c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278zM10 20v1h4v-1h-4zm-4.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15z"/></svg>

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 349 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M8 4h13v2H8V4zm-5-.5h3v3H3v-3zm0 7h3v3H3v-3zm0 7h3v3H3v-3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M8 4h13v2H8V4zm-5-.5h3v3H3v-3zm0 7h3v3H3v-3zm0 7h3v3H3v-3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 133 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z" fill="#000000"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z"/></svg>

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -1,41 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
fill="#FFFFFF"
width="800px"
height="800px"
viewBox="0 0 512 512"
version="1.1"
id="svg1"
sodipodi:docname="magnifier-line.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.005"
inkscape:cx="250.24876"
inkscape:cy="399.50249"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
id="path1"
style="fill:#000000" />
</svg>
<svg viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="memory_card_-_PCSX2" data-name="memory card - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
@@ -8,13 +7,9 @@
}
</style>
</defs>
<g id="by_Maxihplay" data-name="by Maxihplay">
<g id="seta">
<polygon points="57.97 43.34 92.03 43.34 75.8 25.49 57.97 43.34 57.97 43.34"/>
</g>
<g id="Formato-2">
<path d="m129.28,4.74v121.48c0,10.53-8.56,19.09-19.09,19.09H39.8c-10.53,0-19.09-8.56-19.09-19.09V4.69l108.59.05h-.02,0ZM32.71,126.22c0,3.91,4.18,7.09,8.09,7.09h68.4c3.91,0,8.09-3.18,8.09-7.09V16.74l-84.59-.04v109.52h.01Z"/>
</g>
<path id="etiqueta-2" class="cls-1" d="m53.8,90.72h42.4c2.23,0,4.04,1.76,4.04,3.94v17.68c0,2.17-1.81,3.94-4.04,3.94h-42.4c-2.23,0-4.04-1.76-4.04-3.94v-17.68c0-2.17,1.81-3.94,4.04-3.94Z"/>
<g id="by_Maxihplay">
<polygon points="57.97 43.34 92.03 43.34 75.8 25.49 57.97 43.34 57.97 43.34"/>
<path d="m129.28,4.74v121.48c0,10.53-8.56,19.09-19.09,19.09H39.8c-10.53,0-19.09-8.56-19.09-19.09V4.69l108.59.05h-.02,0ZM32.71,126.22c0,3.91,4.18,7.09,8.09,7.09h68.4c3.91,0,8.09-3.18,8.09-7.09V16.74l-84.59-.04v109.52h.01Z"/>
<path class="cls-1" d="m53.8,90.72h42.4c2.23,0,4.04,1.76,4.04,3.94v17.68c0,2.17-1.81,3.94-4.04,3.94h-42.4c-2.23,0-4.04-1.76-4.04-3.94v-17.68c0-2.17,1.81-3.94,4.04-3.94Z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 669 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Mic_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;}.cls-1,.cls-2,.cls-3{fill:none;}.cls-1,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><rect class="cls-2" width="150" height="150"/></g><g id="By_maxihplay"><g id="suporte"><line class="cls-1" x1="44.93" y1="137.79" x2="105.07" y2="137.79"/><line class="cls-1" x1="75" y1="114.81" x2="75" y2="137.79"/><path class="cls-1" d="M107.69,69.01v18.51c0,13.3-10.78,24.09-24.09,24.09h-17.21c-13.3,0-24.09-10.78-24.09-24.09v-18.51"/></g><g id="Mic"><path d="M75,77.07c-3.5,0-6.35-2.84-6.35-6.33s2.85-6.33,6.35-6.33,6.35,2.84,6.35,6.33-2.85,6.33-6.35,6.33Z"/><line class="cls-1" x1="69.41" y1="96.39" x2="80.59" y2="96.39"/><line class="cls-3" x1="55.79" y1="43.92" x2="94.21" y2="43.73"/><rect class="cls-3" x="55.79" y="12.21" width="38.42" height="80.03" rx="17.3" ry="17.3"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;}.cls-1,.cls-3{fill:none;}.cls-1,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_maxihplay"><g id="suporte"><line class="cls-1" x1="44.93" y1="137.79" x2="105.07" y2="137.79"/><line class="cls-1" x1="75" y1="114.81" x2="75" y2="137.79"/><path class="cls-1" d="M107.69,69.01v18.51c0,13.3-10.78,24.09-24.09,24.09h-17.21c-13.3,0-24.09-10.78-24.09-24.09v-18.51"/></g><g id="Mic"><path d="M75,77.07c-3.5,0-6.35-2.84-6.35-6.33s2.85-6.33,6.35-6.33,6.35,2.84,6.35,6.33-2.85,6.33-6.35,6.33Z"/><line class="cls-1" x1="69.41" y1="96.39" x2="80.59" y2="96.39"/><line class="cls-3" x1="55.79" y1="43.92" x2="94.21" y2="43.73"/><rect class="cls-3" x="55.79" y="12.21" width="38.42" height="80.03" rx="17.3" ry="17.3"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 823 B

View File

@@ -1,37 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 448 512"
version="1.1"
id="svg1"
sodipodi:docname="minus-line-b.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.6386719"
inkscape:cx="223.96186"
inkscape:cy="256"
inkscape:window-width="1920"
inkscape:window-height="990"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"
id="path1"
style="fill:#000000;fill-opacity:1" />
</svg>
<svg viewBox="0 0 512 512"><rect style="stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none" width="322" height="12" x="95" y="256"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 184 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="mouse_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><path id="tela-2" class="cls-1" d="M0,0H150V150H0V0Z"/></g><rect id="corpo" class="cls-2" x="31.73" y="18.98" width="86.54" height="112.03" rx="35.75" ry="35.75"/><g id="scroll"><rect x="67.64" y="36.79" width="14.73" height="31.88" rx="7.36" ry="7.36"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><rect class="cls-2" x="31.73" y="18.98" width="86.54" height="112.03" rx="35.75" ry="35.75"/><rect x="67.64" y="36.79" width="14.73" height="31.88" rx="7.36" ry="7.36"/></svg>

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{opacity:.85;}.cls-1,.cls-2{fill:none;}.cls-2{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><path id="tela-2" class="cls-1" d="M0,0H150V150H0V0Z"/></g><g id="HD_-_Pcsx2"><g id="By_Maxihplay"><path d="M41.98,100.41c-3.49,0-6.32-2.84-6.32-6.32s2.84-6.32,6.32-6.32,6.32,2.84,6.32,6.32-2.84,6.32-6.32,6.32Z"/><rect class="cls-2" x="18.28" y="75.88" width="113.44" height="36.4" rx="3.22" ry="3.22"/><path class="cls-2" d="M21.11,80.77c-2.25,0-3.59-2.5-2.36-4.37l21.6-37.41c.52-.79,1.41-1.27,2.36-1.27H109.19c1.05,0,2.01,.58,2.5,1.51l19.7,37.41c.99,1.88-.37,4.14-2.5,4.14"/></g></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-2{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_Maxihplay"><path d="M41.98,100.41c-3.49,0-6.32-2.84-6.32-6.32s2.84-6.32,6.32-6.32,6.32,2.84,6.32,6.32-2.84,6.32-6.32,6.32Z"/><rect class="cls-2" x="18.28" y="75.88" width="113.44" height="36.4" rx="3.22" ry="3.22"/><path class="cls-2" d="M21.11,80.77c-2.25,0-3.59-2.5-2.36-4.37l21.6-37.41c.52-.79,1.41-1.27,2.36-1.27H109.19c1.05,0,2.01,.58,2.5,1.51l19.7,37.41c.99,1.88-.37,4.14-2.5,4.14"/></g></svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 534 B

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Negcon_-_PCSX2" data-name="Negcon - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<svg viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
@@ -11,10 +10,10 @@
}
</style>
</defs>
<g id="By_maxihplay" data-name="By @maxihplay">
<g id="By_maxihplay">
<path d="m130.96,116.52c-2.29,0-4.57-.69-6.54-2.06l-.5-.34-19.54-20.41h-17.92v-50.78h26.79c13.8,0,25.04,11.13,25.23,24.88l4.03,36.82c.1,4.4-2.24,8.42-6.11,10.5-1.72.92-3.59,1.38-5.46,1.38Zm-32.49-34.81h11.04l20.83,21.76-3.85-34.98v-.33c0-7.3-5.94-13.23-13.23-13.23h-14.79v26.78Z"/>
<line class="cls-1" x1="84" y1="39.48" x2="83.79" y2="97.31"/>
<path d="m19.04,116.52c-1.86,0-3.74-.46-5.46-1.38-3.87-2.08-6.21-6.1-6.11-10.5l.03-.52,4-36.3c.19-13.75,11.44-24.88,25.23-24.88h26.79v50.78h-17.92l-19.53,20.41-.5.34c-1.97,1.37-4.25,2.06-6.54,2.06Zm17.7-61.59c-7.3,0-13.23,5.94-13.23,13.23l-.04.66-3.82,34.65,20.83-21.76h11.04v-26.78h-14.79Z"/>
<line class="cls-1" x1="66" y1="39.48" x2="66.21" y2="97.31"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 983 B

View File

@@ -1,57 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg5"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="pause-line-black.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="1.0509927"
inkscape:cx="423.88496"
inkscape:cy="373.93219"
inkscape:window-width="1920"
inkscape:window-height="956"
inkscape:window-x="0"
inkscape:window-y="42"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#000000;stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="rect788"
width="12.404324"
height="322.51239"
x="135.75842"
y="94.743805" />
<rect
style="fill:#000000;stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
id="rect788-3-6"
width="12.404324"
height="322.51239"
x="363.83725"
y="94.743805" />
</g>
<svg viewBox="0 0 512 512">
<rect
style="fill:#000000;stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
width="12.5"
height="322.5"
x="136"
y="95"/>
<rect
style="fill:#000000;stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
width="12.5"
height="322.5"
x="364"
y="95"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 415 B

View File

@@ -1,22 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
<defs>
<style>
.cls-1 {
stroke: #000;
stroke-miterlimit: 1.94;
stroke-width: .48px;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<g id="tela">
<path id="tela-2" class="cls-2" d="m0,0h150v150H0V0Z"/>
</g>
<g id="SVGRepo_iconCarrier" data-name="SVGRepo iconCarrier">
<path class="cls-1" d="m89.94,34.36l24.94,24.94-63.13,63.13-24.93-24.94,63.12-63.13Zm43.87-6.02l-11.12-11.12c-4.3-4.3-11.28-4.3-15.59,0l-10.65,10.65,24.94,24.94,12.43-12.43c3.33-3.33,3.33-8.71,0-12.04ZM13.77,132.55c-.45,2.04,1.39,3.87,3.43,3.38l27.79-6.74-24.93-24.94-6.3,28.3Z"/>
</g>
</svg>
<svg viewBox="0 0 150 150"><path d="m89.94,34.36l24.94,24.94-63.13,63.13-24.93-24.94,63.12-63.13Zm43.87-6.02l-11.12-11.12c-4.3-4.3-11.28-4.3-15.59,0l-10.65,10.65,24.94,24.94,12.43-12.43c3.33-3.33,3.33-8.71,0-12.04ZM13.77,132.55c-.45,2.04,1.39,3.87,3.43,3.38l27.79-6.74-24.93-24.94-6.3,28.3Z"/></svg>

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1,7 +1 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<svg viewBox="0 0 24 24"><path d="M19.1835 7.80516L16.2188 4.83755C14.1921 2.8089 13.1788 1.79457 12.0904 2.03468C11.0021 2.2748 10.5086 3.62155 9.5217 6.31506L8.85373 8.1381C8.59063 8.85617 8.45908 9.2152 8.22239 9.49292C8.11619 9.61754 7.99536 9.72887 7.86251 9.82451C7.56644 10.0377 7.19811 10.1392 6.46145 10.3423C4.80107 10.8 3.97088 11.0289 3.65804 11.5721C3.5228 11.8069 3.45242 12.0735 3.45413 12.3446C3.45809 12.9715 4.06698 13.581 5.28476 14.8L6.69935 16.2163L2.22345 20.6964C1.92552 20.9946 1.92552 21.4782 2.22345 21.7764C2.52138 22.0746 3.00443 22.0746 3.30236 21.7764L7.77841 17.2961L9.24441 18.7635C10.4699 19.9902 11.0827 20.6036 11.7134 20.6045C11.9792 20.6049 12.2404 20.5358 12.4713 20.4041C13.0192 20.0914 13.2493 19.2551 13.7095 17.5825C13.9119 16.8472 14.013 16.4795 14.2254 16.1835C14.3184 16.054 14.4262 15.9358 14.5468 15.8314C14.8221 15.593 15.1788 15.459 15.8922 15.191L17.7362 14.4981C20.4 13.4973 21.7319 12.9969 21.9667 11.9115C22.2014 10.826 21.1954 9.81905 19.1835 7.80516Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1015 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M16.394 12L10 7.737v8.526L16.394 12zm2.982.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M16.394 12L10 7.737v8.526L16.394 12zm2.982.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z"/></svg>

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 182 B

View File

@@ -1 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>
<svg viewBox="0 0 512 512">
<rect
style="stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
width="12"
height="322"
x="256"
y="95"/>
<rect
style="stroke:#000000;stroke-width:50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
width="322"
height="12"
x="95"
y="256"/>
</svg>

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 381 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M10.9 2.1l9.899 1.415 1.414 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1zm.707 2.122L3.828 12l8.486 8.485 7.778-7.778-1.06-7.425-7.425-1.06zm2.12 6.364a2 2 0 1 1 2.83-2.829 2 2 0 0 1-2.83 2.829z" fill="#000000"/></svg>
<svg viewBox="0 0 24 24"><path d="M10.9 2.1l9.899 1.415 1.414 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1zm.707 2.122L3.828 12l8.486 8.485 7.778-7.778-1.06-7.425-7.425-1.06zm2.12 6.364a2 2 0 1 1 2.83-2.829 2 2 0 0 1-2.83 2.829z"/></svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 263 B

View File

@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Printer_-_Pcsx2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;}.cls-1,.cls-2,.cls-3{fill:none;}.cls-1,.cls-3{stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="tela"><rect class="cls-2" width="150" height="150"/></g><g id="By_Maxihplay"><rect id="folha_baixo" class="cls-3" x="45.18" y="94.65" width="59.63" height="34.03"/><line class="cls-1" x1="36.1" y1="92.09" x2="113.9" y2="92.09"/><line class="cls-3" x1="20.75" y1="72.85" x2="129.25" y2="72.85"/><path class="cls-3" d="M109.26,112.81h12.2c5.65,0,10.27-4.62,10.27-10.27V57.98c0-5.65-4.62-10.27-10.27-10.27H28.54c-5.65,0-10.27,4.62-10.27,10.27v44.56c0,5.65,4.62,10.27,10.27,10.27h12.5"/><rect id="folha_cima" class="cls-3" x="45.18" y="21.32" width="59.63" height="26.14"/></g></svg>
<svg viewBox="0 0 150 150"><defs><style>.cls-1{stroke-linecap:round;}.cls-1,.cls-3{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:12px;}</style></defs><g id="By_Maxihplay"><rect id="folha_baixo" class="cls-3" x="45.18" y="94.65" width="59.63" height="34.03"/><line class="cls-1" x1="36.1" y1="92.09" x2="113.9" y2="92.09"/><line class="cls-3" x1="20.75" y1="72.85" x2="129.25" y2="72.85"/><path class="cls-3" d="M109.26,112.81h12.2c5.65,0,10.27-4.62,10.27-10.27V57.98c0-5.65-4.62-10.27-10.27-10.27H28.54c-5.65,0-10.27,4.62-10.27,10.27v44.56c0,5.65,4.62,10.27,10.27,10.27h12.5"/><rect id="folha_cima" class="cls-3" x="45.18" y="21.32" width="59.63" height="26.14"/></g></svg>

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 684 B

View File

@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Ball_-_PCSX2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<svg viewBox="0 0 150 150">
<style type="text/css">
.st0{fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:42.67;}
.st1{stroke:#000000;stroke-width:7;stroke-miterlimit:42.67;}

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 491 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M5.463 4.433A9.961 9.961 0 0 1 12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772l.997 1.795z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M5.463 4.433A9.961 9.961 0 0 1 12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772l.997 1.795z"/></svg>

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 301 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z"/></svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 202 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M18 19h1V6.828L17.172 5H16v4H7V5H5v14h1v-7h12v7zM4 3h14l2.707 2.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 11v5h8v-5H8z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M18 19h1V6.828L17.172 5H16v4H7V5H5v14h1v-7h12v7zM4 3h14l2.707 2.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 11v5h8v-5H8z"/></svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 195 B

View File

@@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M3 3h2v2H3V3zm4 0h2v2H7V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm0 4h2v2h-2V7zM3 19h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3V7zm7.667 4l1.036-1.555A1 1 0 0 1 12.535 9h2.93a1 1 0 0 1 .832.445L17.333 11H20a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.667zM9 19h10v-6h-2.737l-1.333-2h-1.86l-1.333 2H9v6zm5-1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
</g>
</svg>
<svg viewBox="0 0 24 24"><path d="M3 3h2v2H3V3zm4 0h2v2H7V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm0 4h2v2h-2V7zM3 19h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3V7zm7.667 4l1.036-1.555A1 1 0 0 1 12.535 9h2.93a1 1 0 0 1 .832.445L17.333 11H20a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.667zM9 19h10v-6h-2.737l-1.333-2h-1.86l-1.333 2H9v6zm5-1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 408 B

Some files were not shown because too many files have changed in this diff Show More