| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-03 | Merge pull request #2106 from wwylele/delete-recursive | bunnei | |
| FS: implement DeleteDirectoryRecursively | |||
| 2016-10-02 | Update the stub code of BOSS | JamePeng | |
| 2016-10-02 | fs: clean up log format | wwylele | |
| 2016-10-02 | fs: implement DeleteDirectoryRecursively | wwylele | |
| 2016-09-29 | gpu: DisplayTransfer: a less amazing algorithm for flip | wwylele | |
| the old implementation modifies the loop variable in the loop. Though it actually works, it is really confusing. Makes it morereadable now. | |||
| 2016-09-29 | gpu: keep the old signal strategy for null pointer | wwylele | |
| previous commits changes the behaviour of interrupt when meeting invalid params. Regresses to the same behaviour as before needs more hwtest | |||
| 2016-09-29 | gpu: add validity check for TextureCopy, DisplayTransfer and FillMemory | wwylele | |
| prevent further operation with invalid values which may cause assertion failure or divided by zero. needs more hwtest | |||
| 2016-09-29 | memory: fix IsValidVirtualAddress for RasterizerCachedMemory | wwylele | |
| RasterizerCachedMemory doesn't has pointer but should be considered as valid | |||
| 2016-09-29 | gpu: move MemoryFill, TextureCopy and DisplayTransfer into functions | wwylele | |
| The old code indented too much to read. Split into functions and do general cleanup. | |||
| 2016-09-22 | move ResetType to kernel.h | wwylele | |
| 2016-09-22 | name objects | wwylele | |
| 2016-09-22 | implement wait tree widget | wwylele | |
| 2016-09-21 | Remove special rules for Windows.h and library includes | Yuri Kunde Schlesner | |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-09-18 | Dyncom: Disable clang-format on the decoding table. | Emmanuel Gil Peyrot | |
| 2016-09-15 | arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. | bunnei | |
| 2016-09-15 | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | |
| 2016-09-15 | arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword. | bunnei | |
| 2016-09-15 | dyncom: Use VFP_FPSCR/VFP_FPEXC. | bunnei | |
| 2016-09-15 | core: Add configuration option for CPU JIT. | bunnei | |
| 2016-09-15 | dynarmic: Implement ARM CPU interface. | bunnei | |
| 2016-08-31 | Merge pull request #2032 from bunnei/qt-graphics | bunnei | |
| Qt graphics configure & V-Sync option | |||
| 2016-08-31 | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | |
| 2016-08-30 | Merge pull request #2023 from yuriks/autobase-bcfnt | bunnei | |
| Auto-detect original shared_font.bin memory base | |||
| 2016-08-29 | system: Add a function to see if the emulator is running. | bunnei | |
| 2016-08-29 | config: Add a setting for graphics V-Sync. | bunnei | |
| 2016-08-28 | Merge pull request #1948 from wwylele/cro++ | Yuri Kunde Schlesner | |
| Implemented CRO | |||
| 2016-08-27 | Merge pull request #1987 from Lectem/ipcdescriptors | Yuri Kunde Schlesner | |
| fix #1942 and add a few IPC functions for descriptors | |||
| 2016-08-27 | LDR: Implement CRO | wwylele | |
| 2016-08-27 | ARM: add ClearInstructionCache function | wwylele | |
| 2016-08-27 | Memory: add ReadCString function | wwylele | |
| 2016-08-27 | Auto-detect original shared_font.bin memory base | Yuri Kunde Schlesner | |
| This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used. | |||
| 2016-08-22 | dyncom: Read-after-write in SMLA | MerryMage | |
| In the case when RD === RN, RD was updated before AddOverflow was called to check for an overflow, resulting in an incorrect state of the Q flag. | |||
| 2016-08-14 | Dyncom: Correct implementation of STM for R15 | MerryMage | |
| 2016-08-02 | fix #1942 and adds a few IPC functions for descriptors | Lectem | |
| 2016-07-28 | Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000 | bunnei | |
| Correct APT::0x00550040 and APT::0x00560000 function | |||
| 2016-07-28 | Instead of segfaulting, log an error to remind the user to dump the shared ↵ | Henrik Rydgard | |
| font file | |||
| 2016-07-28 | Merge pull request #1959 from MerryMage/revsh-upstream | bunnei | |
| dyncom: Fix translation of thumb REVSH | |||
| 2016-07-28 | dyncom: Fix translation of thumb REVSH | MerryMage | |
| 2016-07-23 | CoreTiming: avoid overflow | wwylele | |
| 2016-07-23 | HLE: implement system time | wwylele | |
| 2016-07-15 | Correct APT::0x00550040 and APT::0x00560000 function | JamePeng | |
| 2016-07-09 | Merge pull request #1894 from wwylele/set-config-block | Yuri Kunde Schlesner | |
| Implement config savegame editing & clean up | |||
| 2016-07-06 | Merge pull request #1940 from JamePeng/fix-archive-error-code | bunnei | |
| Fix the errorcode of archive handle | |||
| 2016-07-05 | Merge pull request #1921 from Subv/fs_funcs | Sebastian Valle | |
| HLE/FS: Document some command parameters and implemented command 0x08560240 | |||
| 2016-07-05 | Fix the errorcode of archive handle | JamePeng | |
| 2016-07-04 | HLE/Applets: Implement ErrEula applet | mailwl | |
