Commit graph

23 commits

Author SHA1 Message Date
Sour
f3a18bed01 Version Update: 0.9.9 2020-02-01 15:38:08 -05:00
Sour
58b6dd188f Upgrade to VS2019 and C++17 2019-12-21 12:23:55 -05:00
Sour
2383499533 Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
Sour
60e0bd4e01 Debugger: Fixed issues & improved performance with new breakpoint logic 2018-12-25 00:07:38 -05:00
Sour
57e509c606 HistoryViewer - WIP 2018-07-11 18:07:13 -04:00
Sour
509d85b2a3 Linux: Makefile tweaks + support for PGO 2018-06-12 00:49:33 -04:00
Sour
2722e63251 PGO: Turn on debugger when running PGO builds (~60% increase in performance when debugger opened) 2018-03-03 10:42:45 -05:00
Sour
e2528b004b PGO/Test fixes 2017-12-28 16:52:49 -05:00
Souryo
4455178da2 Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives 2017-07-30 09:46:07 -04:00
Souryo
a412b453cf UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
Souryo
92107d94df UPS patch support 2017-04-10 17:26:39 -04:00
Souryo
87dc9ce0ff Video: Added Prescale 6x/8x/10x filters for high resolution monitors 2017-03-19 13:26:05 -04:00
Souryo
f468b0502b Version Update: 0.7.0 2016-12-30 18:32:45 -05:00
Souryo
215eeb3962 PGO: Fixed LoadROM signature 2016-08-26 22:07:59 -04:00
Souryo
d770d67b9d Fixed function signatures for PGO/Test helpers 2016-07-24 13:51:21 -04:00
Souryo
127f9f2ee4 Fixed warnings and function signatures (x86) 2016-06-26 16:31:29 -04:00
Souryo
1bc046669e PGO: Added some other games to test to the list 2016-02-14 16:53:40 -05:00
Souryo
08eade0cfb Tests: General improvments
-Give the number of mismatching frames
-Allow debugger to break when a frame is different
-Fix mismatches between GUI & TestHelper environments (GUI always has four score adapter enabled)
2015-12-29 20:54:55 -05:00
Souryo
8095b25905 Fixes for PGO 2015-12-28 09:56:51 -05:00
Souryo
47226f45d8 Fixed warning 2015-08-23 13:12:47 -04:00
Souryo
6c50cc4bb9 PGO - Small fixes/improvements 2015-08-23 11:45:13 -04:00
Souryo
9b661fcbb5 Fixed PGOHelper (broken by UTF-8 string changes) 2015-07-14 21:52:08 -04:00
Souryo
f3df2ecf17 -CPU code changes to implement all dummy reads/writes. Each memory access runs the PPU for 3 cycles (PPU is now controlled by the CPU)
-Optimizations + PGO (profile guided optimization) build support
2015-07-04 22:21:14 -04:00