aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/Platform.cpp
Commit message (Collapse)AuthorAge
* fix unterminated string + remove some JIT loggingRSDuck2020-07-29
|
* Use GenericConfigLocation so files will be placed correctly in non-portable ↵Nadia Holmquist Pedersen2020-06-03
| | | | Windows builds
* Fix paths on WindowsNadia Holmquist Pedersen2020-06-03
|
* Handle open flags more correctlyNadia Holmquist Pedersen2020-06-03
|
* Fix _dup on windowsNadia Holmquist Pedersen2020-06-03
|
* Fix indentationNadia Holmquist Pedersen2020-06-03
|
* Handle r+ file modeNadia Holmquist Pedersen2020-06-03
|
* Merge remote-tracking branch 'remotes/upstream/master' into feature/qt-platformNadia Holmquist Pedersen2020-06-03
|\ | | | | | | | | | | | | # Conflicts: # src/frontend/qt_sdl/CMakeLists.txt # src/frontend/qt_sdl/Platform.cpp # src/frontend/qt_sdl/main.cpp
| * finish the wifi dialogArisotura2020-05-28
| | | | | | | | also guess who the idiot is who forgot to add their files
| * get the OpenGL renderer going.Arisotura2020-05-25
| | | | | | | | | | | | sorta. (also make the blackmagic_II branch obsolete in the process)
| * reimplement StopArisotura2020-05-20
| |
| * keep the ugliness confined in Platform.cppArisotura2020-05-19
| |
| * minor fixArisotura2020-05-17
| |
* | Only initially open files as writable if they actually should be.Nadia Holmquist Pedersen2020-05-06
| |
* | Fix crash with nonexistent config directory or writable files.Nadia Holmquist Pedersen2020-05-06
| |
* | Use Qt abstractions for file I/O and threading on both Windows and Linux.Nadia Holmquist Pedersen2020-05-06
| |
* | Use Qt abstractions instead of glib's for paths on LinuxNadia Holmquist Pedersen2020-05-06
|/
* get some of the shit going, I guessArisotura2020-04-27
atleast the emuthread is going and we have its control system down and other fun shit, too