Skip to content

Instantly share code, notes, and snippets.

RetroArch 1.8.4 (Git f425d8d)
=== Build =======================================
Capabilities: ASIMD
[INFO] Built: Jan 16 2020
[INFO] Version: 1.8.4
[INFO] Git: f425d8d
[INFO] =================================================
[Environ]: SET_PIXEL_FORMAT: RGB565.
Redirecting save file to "/storage/emulated/0/RetroArch/saves/.srm".
Redirecting savestate to "/storage/emulated/0/RetroArch/states/.state".
<?php
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2017 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
//https://archive.org/details/softwarelibrary_msdos_games
if (
document.querySelector('meta[property="primary_collection"]').content === "softwarelibrary_msdos_games" &&
document.querySelector(".item-download-options") === null &&
document.querySelector(".js-emulation-emulate") !== null
) {
if (window.location.hash) {
const cleanUrl = window.location.href.split('#')[0];
window.history.replaceState(null, '', cleanUrl);
window.location.reload();
@ner00
ner00 / MSPrintToPDF_AllowCustomSizes.ps1
Last active March 31, 2019 17:15 — forked from tmsz/MSPrintToPDF_AllowCustomSizes.ps1
A script that allows adding custom paper sizes in (forms) through Printer Server Manager for Microsoft Print To PDF virtual printer
# Adds custom paper sizes to Windows 10 'Microsoft print to PDF' virtual printer.
# Based on instructions from:
# https://answers.microsoft.com/en-us/windows/forum/windows_10-hardware/microsoft-print-to-pdf-custom-paper-sizes-possible/90ed3d48-1ece-4ca5-8d3b-ff0af24a7b37?auth=1
# https://franklinheath.co.uk/2015/08/29/custom-page-sizes-for-microsoft-print-to-pdf/
# https://onedrive.live.com/?authkey=%21ABebdrLzeOY7sa4&cid=A34A14B10D9BB9A1&id=A34A14B10D9BB9A1%21854&parId=A34A14B10D9BB9A1%21838&o=OneUp
# This allows to use custom size forms.
# https://technet.microsoft.com/en-us/library/dd759110(v=ws.11).aspx
$GPDCustomSizeMatch = '*DefaultOption: LETTER'