From: Daniel Karbach Date: Wed, 20 Mar 2024 10:41:42 +0000 (+0100) Subject: switch SNES default port X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=9ef50fb234872b1827e7ef44b667333a7f9e5c9f;p=alttp.git switch SNES default port --- diff --git a/resources/js/hooks/snes.js b/resources/js/hooks/snes.js index 57bea3a..344c1eb 100644 --- a/resources/js/hooks/snes.js +++ b/resources/js/hooks/snes.js @@ -17,7 +17,7 @@ export const SNESProvider = ({ children }) => { const [settings, setSettings] = React.useState({ proto: 'ws', host: 'localhost', - port: 8080, + port: 23074, device: '', });