Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/slirp' into slirp-merge | Nadia Holmquist Pedersen | 2020-07-26 |
|\ | |||
| * | * take nwifi forward some | Arisotura | 2020-06-15 |
| | | | | | | | | | | * shut up CP15 printf's for Fx0 * fix bugs | ||
* | | fix build with JIT disabled | RSDuck | 2020-07-25 |
| | | | | | | | | fixes #675 and #674 | ||
* | | reconcile DSi and JIT, fastmem for x64 and Windows | RSDuck | 2020-06-30 |
| | | |||
* | | first steps in bringing over the JIT refactor/fastmem | RSDuck | 2020-06-16 |
| | | |||
* | | rewrite JIT memory emulation | RSDuck | 2020-06-16 |
| | | |||
* | | fix build with JIT disabled and set default JIT maxblock size to 32 | RSDuck | 2020-06-16 |
| | | |||
* | | include more information in DataRegion | RSDuck | 2020-06-16 |
| | | |||
* | | new block cache and much more... | RSDuck | 2020-06-16 |
| | | | | | | | | | | | | | | | | | | - more reliable code invalidation detection - blocks aren't stopped at any branch, but are being followed if possible to get larger blocks - idle loop recognition - optimised literal loads, load/store cycle counting and loads/stores from constant addresses | ||
* | | remove debug printf | RSDuck | 2020-06-16 |
| | | |||
* | | fix uninitialised memory mapping | RSDuck | 2020-06-16 |
| | | |||
* | | jit: add compile option | RSDuck | 2020-06-16 |
| | | |||
* | | JIT: base | RSDuck | 2020-06-16 |
|/ | | | | all instructions are interpreted | ||
* | make it able to switch between DS and DSi modes | Arisotura | 2020-06-01 |
| | |||
* | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 |
|\ | |||
| * | update copyright years | Arisotura | 2020-02-14 |
| | | |||
* | | merge moar | Arisotura | 2020-05-30 |
|\| | |||
| * | smarter CP15 PU region updates. disable some useless logging. | Arisotura | 2019-10-21 |
| | | | | | | | | fixes #528 | ||
* | | melonDSi: skeleton in place | Arisotura | 2019-06-15 |
|/ | |||
* | fix ass-stupid bug in CP15 PU region setup | Arisotura | 2019-06-10 |
| | |||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | blarg. setting it to 4 breaks Millionaire | Arisotura | 2019-01-22 |
| | |||
* | tweak cached memory timings. | StapleButter | 2019-01-18 |
| | | | | fixes things, but needs watching closely for other things that could break. | ||
* | redesign main emu loop to use timestamps instead of being a trainwreck | StapleButter | 2019-01-05 |
| | | | | | | | | * cleaner code * faster in some cases * more accurate (on-demand compensation for timers and GPU) * less prone to desyncs * overall betterer | ||
* | add PoC ARM9 instruction cache logic. not actually in use, but it's there as ↵ | StapleButter | 2019-01-04 |
| | | | | a reference (and if we ever need it). | ||
* | avoid potential crash with EmuDirectory if we somehow got no argv or an ↵ | StapleButter | 2018-12-16 |
| | | | | empty path | ||
* | add missing shit to savestates. bump the version up. | StapleButter | 2018-12-11 |
| | |||
* | more sensible cache timings | StapleButter | 2018-12-11 |
| | | | | (still a big fat hack) | ||
* | Mario&Sonic doesn't like it when its code is running too fast; ↵ | StapleButter | 2018-12-11 |
| | | | | dual-screen-3D shits itself big time | ||
* | add back faster prefetch for ARM9 | StapleButter | 2018-12-11 |
| | |||
* | change where audio/joystick are inited, attempting to fix potential COM ↵ | StapleButter | 2018-12-11 |
| | | | | initialize issues | ||
* | make it fasterer | StapleButter | 2018-12-09 |
| | |||
* | take it somewhere. | StapleButter | 2018-12-09 |
| | | | | still need to speed it up a tad. | ||
* | make this other branch where we're going to actually make it usable | StapleButter | 2018-12-08 |
| | | | | but it'll be a gross hack | ||
* | begin PU work | StapleButter | 2018-12-04 |
| | |||
* | begin work on general timing renovation. way shitty because it behaves as if ↵ | StapleButter | 2018-12-04 |
| | | | | caches were off, so everything will be slow as shit. | ||
* | 3D: keep the rasterizer from accidentally going out of bounds when given ↵ | StapleButter | 2018-11-04 |
| | | | | | | | | very flat X-major edge slopes. this, by a fucking shitshow of butterfly effect, ends up fixing #234. technically, the rasterizer was going out of bounds, which, under certain circumstances, caused interpolation to shit itself and generate Z values that were out of range (but still ended up in the zbuffer). sometimes those values ended up negative, which caused these glitches when polygons had to be drawn over those. about fucking time. | ||
* | savestate shito: fix compile errors. | StapleButter | 2018-10-18 |
| | | | | still far from being finished, so avoid using unless you want to spawn blackholes or some pretty bad shit. | ||
* | start implementing actual shito | StapleButter | 2018-09-15 |
| | | | | (also looks like the test bench in libui_sdl/main.cpp snuck in with the copyright update. shit) | ||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | * delay 3D rendering a bit (fixes Monster Trucks flickering) | StapleButter | 2017-05-27 |
| | | | | * remove logging for ITCM/DTCM | ||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 |