Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nifi: Set SO_REUSEPORT on BSD and macOS to prevent creation of socket failing | Nadia Holmquist Pedersen | 2022-01-12 |
| | |||
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | Custom path support (#1333) | Arisotura | 2022-01-07 |
| | | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart) | ||
* | move 'randomize MAC' setting to firmware settings, and add setting for ↵ | Arisotura | 2021-11-19 |
| | | | | | | changing the MAC. make things overall betterer. | ||
* | finally decouple Config from the core. baahhahahahah | Arisotura | 2021-11-18 |
| | |||
* | decouple more config shit from the core. bahahah | Arisotura | 2021-11-17 |
| | |||
* | remove some more shitty strings | Arisotura | 2021-11-17 |
| | |||
* | * remove more Config dependencies from the core | Arisotura | 2021-11-17 |
| | | | | * also use less shitty strings | ||
* | decouple JIT from Config. bahahahahah | Arisotura | 2021-11-17 |
| | |||
* | DLDI/SD folder-sync apparatus (#1251) | Arisotura | 2021-10-28 |
| | | | guess we can finally have DLDI that isn't obtuse | ||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | Include winsock2.h before windows.h | WaluigiWare64 | 2021-02-23 |
| | |||
* | Remove unneeded OpenGL loading function code (#1006) | WaluigiWare64 | 2021-02-17 |
| | |||
* | use std::function in Thread_Create so we can revert back to using it | RSDuck | 2021-02-11 |
| | |||
* | Improved SRAM performance (#925) | Kimmy Andersson | 2021-01-09 |
| | | | | | | | | | * Offload NDS SRAM writing to separate thread, debounce writes to two seconds after last flush or DeInit. * Fixed printf messages. * Fixes after CR. * Fixed potential portability issue with time_t | ||
* | Merge vram dirty tracking | RSDuck | 2020-11-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit b463a05d4b909372f0cd1ad91caa0c77a25e5901 Author: RSDuck <rsduck@users.noreply.github.com> Date: Mon Nov 30 01:55:35 2020 +0100 minor fix commit ce73cebbdf5da243d7ebade82d8799ded9cd6b28 Author: RSDuck <rsduck@users.noreply.github.com> Date: Mon Nov 30 00:43:08 2020 +0100 fix dirty flags of BG/OBJ mappings not being reset commit fc5d73a6178e3adc444398bdd23de8314b5ca8f8 Author: RSDuck <rsduck@users.noreply.github.com> Date: Mon Nov 30 00:11:13 2020 +0100 use flat vram for gpu2d everywhere commit 34ee9fe2bf04fcfa2a5a1c8d78d70007e606f1a2 Author: RSDuck <rsduck@users.noreply.github.com> Date: Sat Nov 28 19:10:34 2020 +0100 mark VRAM dirty for display capture commit e8778fa2f429c6df0eece19d6a5ee83ae23a0cf4 Author: RSDuck <rsduck@users.noreply.github.com> Date: Sat Nov 28 18:59:31 2020 +0100 use flat VRAM for textures and texpals also skip rendering if nothing changed and a bunch of fixes commit 53f2041e2e1a28b35702a2ed51de885c36689f71 Author: RSDuck <rsduck@users.noreply.github.com> Date: Fri Nov 27 18:29:56 2020 +0100 use vram dirty tracking for extpals also preparations to take this further commit 4cdfa329e95aed26d3b21319c8fd86a04abf20f7 Author: RSDuck <rsduck@users.noreply.github.com> Date: Mon Nov 16 23:32:22 2020 +0100 VRAM dirty tracking | ||
* | make platform objects typesafer and add mutex | RSDuck | 2020-11-09 |
| | |||
* | heh | Arisotura | 2020-09-04 |
| | |||
* | fix config file lookup. fixes #717 | Arisotura | 2020-08-24 |
| | |||
* | fix unterminated string + remove some JIT logging | RSDuck | 2020-07-29 |
| | |||
* | Use GenericConfigLocation so files will be placed correctly in non-portable ↵ | Nadia Holmquist Pedersen | 2020-06-03 |
| | | | | Windows builds | ||
* | Fix paths on Windows | Nadia Holmquist Pedersen | 2020-06-03 |
| | |||
* | Handle open flags more correctly | Nadia Holmquist Pedersen | 2020-06-03 |
| | |||
* | Fix _dup on windows | Nadia Holmquist Pedersen | 2020-06-03 |
| | |||
* | Fix indentation | Nadia Holmquist Pedersen | 2020-06-03 |
| | |||
* | Handle r+ file mode | Nadia Holmquist Pedersen | 2020-06-03 |
| | |||
* | Merge remote-tracking branch 'remotes/upstream/master' into feature/qt-platform | Nadia Holmquist Pedersen | 2020-06-03 |
|\ | | | | | | | | | | | | | # Conflicts: # src/frontend/qt_sdl/CMakeLists.txt # src/frontend/qt_sdl/Platform.cpp # src/frontend/qt_sdl/main.cpp | ||
| * | finish the wifi dialog | Arisotura | 2020-05-28 |
| | | | | | | | | also guess who the idiot is who forgot to add their files | ||
| * | get the OpenGL renderer going. | Arisotura | 2020-05-25 |
| | | | | | | | | | | | | sorta. (also make the blackmagic_II branch obsolete in the process) | ||
| * | reimplement Stop | Arisotura | 2020-05-20 |
| | | |||
| * | keep the ugliness confined in Platform.cpp | Arisotura | 2020-05-19 |
| | | |||
| * | minor fix | Arisotura | 2020-05-17 |
| | | |||
* | | Only initially open files as writable if they actually should be. | Nadia Holmquist Pedersen | 2020-05-06 |
| | | |||
* | | Fix crash with nonexistent config directory or writable files. | Nadia Holmquist Pedersen | 2020-05-06 |
| | | |||
* | | Use Qt abstractions for file I/O and threading on both Windows and Linux. | Nadia Holmquist Pedersen | 2020-05-06 |
| | | |||
* | | Use Qt abstractions instead of glib's for paths on Linux | Nadia Holmquist Pedersen | 2020-05-06 |
|/ | |||
* | get some of the shit going, I guess | Arisotura | 2020-04-27 |
atleast the emuthread is going and we have its control system down and other fun shit, too |