This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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' |
NewerOlder