Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 | |
|\ | ||||
| * | detect whether we are running the game | Arisotura | 2020-02-24 | |
| | | ||||
| * | * add support for a bunch of codes (all of them minus the loop shit, really) | Arisotura | 2020-02-14 | |
| | | | | | | | | * hook it betterer so it doesn't asplode | |||
| * | update copyright years | Arisotura | 2020-02-14 | |
| | | ||||
* | | add AES, fix a bunch of bugs | Arisotura | 2019-06-19 | |
| | | | | | | | | we're getting an error screen! wee | |||
* | | y'know, actually running the DMA units might yield better results. | Arisotura | 2019-06-18 | |
| | | ||||
* | | fix fucking ass-stupid bug with new-WRAM handling | Arisotura | 2019-06-16 | |
| | | ||||
* | | get it to do more interesting things | Arisotura | 2019-06-15 | |
| | | ||||
* | | add I2C shito | Arisotura | 2019-06-15 | |
|/ | ||||
* | pft | Arisotura | 2019-06-10 | |
| | ||||
* | fasterer BG/OBJ VRAM reads | Arisotura | 2019-06-09 | |
| | ||||
* | fasterer IRQ check. clean up code. | Arisotura | 2019-06-08 | |
| | ||||
* | draft API for OpenGL shito in libui | Arisotura | 2019-03-31 | |
| | ||||
* | move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf | Arisotura | 2019-03-15 | |
| | ||||
* | start work on non-direct mode. reply to DHCP discover frame. | Arisotura | 2019-02-23 | |
| | ||||
* | also, update copyright name | Arisotura | 2019-01-22 | |
| | ||||
* | 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). | |||
* | 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) | |||
* | add back faster prefetch for ARM9 | StapleButter | 2018-12-11 | |
| | ||||
* | finish the work on the main loop. finally fix all cases of desync I could ↵ | StapleButter | 2018-12-11 | |
| | | | | find. also add #ifdef'd debug code to check for desyncs. | |||
* | temp commit | StapleButter | 2018-12-11 | |
| | | | | almost done killing ARM9/ARM7 desync, f | |||
* | fix bugs | StapleButter | 2018-12-09 | |
| | | | | still kinda shitty tho. like, we lost enough timer accuracy to have visible effects (aging cart tests that fail, FMVs that play too slow, etc) | |||
* | 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 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. | |||
* | add proper support for GXFIFO stalls. | StapleButter | 2018-11-23 | |
| | | | | | | | | bad games that blast the GXFIFO and overflow it: * Super Mario 64 DS * Rayman RR2 latter seems to get its music streaming crapoed. | |||
* | make the ARM clock shift configurable. nothing fancy there, just paving the ↵ | StapleButter | 2018-11-07 | |
| | | | | way for DSi support later. | |||
* | 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 | |
| | ||||
* | wifi: fix for MP replies. | StapleButter | 2017-06-18 | |
| | | | | | clean up code. make packet logging conditional. | |||
* | misc. things | StapleButter | 2017-05-09 | |
| | ||||
* | set POSTFLG to 1 upon direct boot. fixes Pokémon White among others. | StapleButter | 2017-04-26 | |
| | ||||
* | a few attempts at optimization | StapleButter | 2017-04-23 | |
| | ||||
* | hopefully fix the DMA bug without breaking everything this time. | StapleButter | 2017-04-13 | |
| | ||||
* | fix addressing for tiny EEPROM. | StapleButter | 2017-04-11 | |
| | ||||
* | * stub more wifi crap | StapleButter | 2017-04-07 | |
| | | | | | * louder sound * misc fixes | |||
* | support for tiny EEPROM | StapleButter | 2017-03-23 | |
| | ||||
* | * more thread-safe UI | StapleButter | 2017-03-23 | |
| | | | | | * config system base * FPS counter and limiter | |||
* | make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵ | StapleButter | 2017-03-20 | |
| | | | | speed, aging cart tests get further...) | |||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 | |