]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/hooks/snes.js
switch SNES default port
[alttp.git] / 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: '',
        });