Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwedit committed Jun 5, 2020
1 parent 22ab894 commit 5147afc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Third-Party Copyright.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
SuperXBR:
=========
Code available from https://github.com/libretro/common-shaders/tree/master/xbr/shaders/super-xbr

Copyright (c) 2015 Hyllian - [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

=========

Some of the code for process injection and replacing imports is derived from:
https://github.com/Speedi13/Custom-GetProcAddress-and-GetModuleHandle-and-more

Code for reformatting command line arguments derived from:
https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# GDIStretcher
GDIStretcher is a program that allows you to run 2D Windows Games (games which do not use DirectX) with a stretchable window, and will use high-quality SuperXBR filtering to enlarge the graphics.

Normally, older games that use GDI will run in a fixed-size window, and are intended for smaller screen sizes such as 640x480 or 800x600, as opposed to modern common 1920x1080 resolution displays. The window is usually not resizable. This tool will allow you to resize and maximize the window.

0 comments on commit 5147afc

Please sign in to comment.