]> git.localhorst.tv Git - alttp.git/commitdiff
switch SNES default port
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 20 Mar 2024 10:41:42 +0000 (11:41 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 20 Mar 2024 10:41:42 +0000 (11:41 +0100)
resources/js/hooks/snes.js

index 57bea3a333805a9530a5b367505cb1fdc1aa3268..344c1eb787429c3297f01564d8cd12cccd28db40 100644 (file)
@@ -17,7 +17,7 @@ export const SNESProvider = ({ children }) => {
        const [settings, setSettings] = React.useState({
                proto: 'ws',
                host: 'localhost',
-               port: 8080,
+               port: 23074,
                device: '',
        });