Mercurial > repos > blastem
log render_sdl.c @ 1359:8c6d2ed3b959
age | author | description |
---|---|---|
Fri, 12 May 2017 23:33:00 -0700 | Michael Pavone | Use printf rather than info_message for message about game controller mappings so it does not pop up a modal when not run from a terminal |
Wed, 10 May 2017 22:06:59 -0700 | Michael Pavone | Load extra controller mappings from gamecontrollerdb.txt |
Sat, 29 Apr 2017 12:32:50 -0700 | Michael Pavone | Make internal screenshot functionality completely ignore overscan settings rather than only doing it for the height |
Sun, 23 Apr 2017 00:54:33 -0700 | Michael Pavone | Add config file option to disable Open GL rendering |
Fri, 21 Apr 2017 23:35:32 -0700 | Michael Pavone | Fix a deficiency in the way types were handled in my ternary tree. Fixes in which some paths that were constructed from a template with variables would sometimes get an extra garbage character thrown in |
Mon, 06 Mar 2017 09:46:50 -0800 | Michael Pavone | Width on glTexSubImage2D call in render_framebuffer_updated needs to match the buffer pitch |