Page 1 sur 1

Du DLSS et du FSR 2.0 dans le nouveau patch d'High On Life

Posté : 08 mars 2023, 14:34
par Estyaah
Lire l'article complet
Et quelques corrections de bugs.
document.getElementById("xpost_link").onclick = function(event) { event.preventDefault(); var http = new XMLHttpRequest(); http.href = 'Lire l'article complet'; http.onreadystatechange = function () { if (http.readyState == 4 && http.status == 200) { if (http.responseText) { document.getElementById("bridgedd").parentNode.innerHTML = http.responseText + '
' + http.href; } else { window.location = this.href; } } }; http.open("GET", "https://forum.nofrag.com/xpost.php?p=192351", true); http.send(); };