| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | arm: ResetContext shouldn't be part of ARM_Interface. | 2016-09-15 | 6 | -30/+17 | ||
| | | ||||||
| * | arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword. | 2016-09-15 | 2 | -2/+2 | ||
| | | ||||||
| * | dyncom: Use VFP_FPSCR/VFP_FPEXC. | 2016-09-15 | 1 | -4/+4 | ||
| | | ||||||
| * | core: Add configuration option for CPU JIT. | 2016-09-15 | 2 | -7/+13 | ||
| | | ||||||
| * | dynarmic: Implement ARM CPU interface. | 2016-09-15 | 3 | -0/+233 | ||
| | | ||||||
| * | Merge pull request #2032 from bunnei/qt-graphics | 2016-08-31 | 3 | -0/+12 | ||
| |\ | | | | | Qt graphics configure & V-Sync option | |||||
| | * | system: Add a function to see if the emulator is running. | 2016-08-29 | 2 | -0/+11 | ||
| | | | ||||||
| | * | config: Add a setting for graphics V-Sync. | 2016-08-29 | 1 | -0/+1 | ||
| | | | ||||||
| * | | configure_audio: User-configuratble option to enable/disable audio stretching | 2016-08-31 | 2 | -0/+2 | ||
| | | | ||||||
| * | | Merge pull request #2023 from yuriks/autobase-bcfnt | 2016-08-30 | 3 | -30/+68 | ||
| |\ \ | |/ |/| | Auto-detect original shared_font.bin memory base | |||||
| | * | Auto-detect original shared_font.bin memory base | 2016-08-27 | 3 | -30/+68 | ||
| | | | | | | | | | | | This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used. | |||||
| * | | Merge pull request #1948 from wwylele/cro++ | 2016-08-28 | 14 | -99/+3041 | ||
| |\ \ | | | | | | | Implemented CRO | |||||
| | * | | LDR: Implement CRO | 2016-08-27 | 9 | -99/+3013 | ||
| | | | | ||||||
| | * | | ARM: add ClearInstructionCache function | 2016-08-27 | 3 | -0/+11 | ||
| | | | | ||||||
| | * | | Memory: add ReadCString function | 2016-08-27 | 2 | -0/+17 | ||
| | |/ | ||||||
| * | | Merge pull request #1987 from Lectem/ipcdescriptors | 2016-08-27 | 5 | -22/+110 | ||
| |\ \ | |/ |/| | fix #1942 and add a few IPC functions for descriptors | |||||
| | * | fix #1942 and adds a few IPC functions for descriptors | 2016-08-02 | 5 | -22/+110 | ||
| | | | ||||||
| * | | dyncom: Read-after-write in SMLA | 2016-08-22 | 1 | -2/+4 | ||
| | | | | | | | | | | | 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. | |||||
| * | | Dyncom: Correct implementation of STM for R15 | 2016-08-14 | 1 | -3/+4 | ||
| |/ | ||||||
| * | Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000 | 2016-07-28 | 5 | -22/+31 | ||
| |\ | | | | | Correct APT::0x00550040 and APT::0x00560000 function | |||||
| | * | Correct APT::0x00550040 and APT::0x00560000 function | 2016-07-15 | 5 | -22/+31 | ||
| | | | ||||||
| * | | Instead of segfaulting, log an error to remind the user to dump the shared ↵ | 2016-07-28 | 1 | -0/+7 | ||
| | | | | | | | | | font file | |||||
| * | | Merge pull request #1959 from MerryMage/revsh-upstream | 2016-07-28 | 1 | -4/+13 | ||
| |\ \ | | | | | | | dyncom: Fix translation of thumb REVSH | |||||
| | * | | dyncom: Fix translation of thumb REVSH | 2016-07-28 | 1 | -4/+13 | ||
| | | | | ||||||
| * | | | CoreTiming: avoid overflow | 2016-07-23 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | HLE: implement system time | 2016-07-23 | 2 | -2/+60 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #1894 from wwylele/set-config-block | 2016-07-09 | 6 | -37/+253 | ||
| |\ \ | | | | | | | Implement config savegame editing & clean up | |||||
| | * | | Service::CFG/FS: add and refactor out utilities for front-end | 2016-07-03 | 4 | -15/+146 | ||
| | | | | ||||||
| | * | | Service::CFG: move known block ID to an enum | 2016-07-03 | 1 | -11/+25 | ||
| | | | | ||||||
| | * | | Service::CFG: add SetConfigInfoBlk4 | 2016-07-03 | 4 | -8/+73 | ||
| | | | | ||||||
| | * | | Service::CFG: add missing language | 2016-07-02 | 1 | -1/+2 | ||
| | | | | ||||||
| | * | | Service::CFG: name sound output modes | 2016-07-02 | 2 | -2/+7 | ||
| | |/ | ||||||
| * | | Merge pull request #1940 from JamePeng/fix-archive-error-code | 2016-07-06 | 2 | -10/+15 | ||
| |\ \ | | | | | | | Fix the errorcode of archive handle | |||||
| | * | | Fix the errorcode of archive handle | 2016-07-05 | 2 | -10/+15 | ||
| | | | | ||||||
| * | | | Merge pull request #1921 from Subv/fs_funcs | 2016-07-05 | 1 | -11/+42 | ||
| |\ \ \ | | | | | | | | | HLE/FS: Document some command parameters and implemented command 0x08560240 | |||||
| | * | | | HLE/FS: Document some command parameters and implemented command 0x08560240 ↵ | 2016-07-03 | 1 | -11/+42 | ||
| | | | | | | | | | | | | | | | | | (CreateLegacySystemSaveData) | |||||
| * | | | | HLE/Applets: Implement ErrEula applet | 2016-07-04 | 5 | -0/+118 | ||
| | |/ / |/| | | ||||||
| * | | | Result: fix and update ErrorModule | 2016-06-30 | 1 | -6/+19 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #1869 from wwylele/dont-be-lazy | 2016-06-28 | 1 | -2/+6 | ||
| |\ \ | | | | | | | Switch context to the same thread if necessary | |||||
| | * | | Switch context on the same thread if necessary | 2016-05-30 | 1 | -2/+6 | ||
| | | | | ||||||
| * | | | Merge pull request #1867 from mailwl/srv-update | 2016-06-28 | 2 | -15/+125 | ||
| |\ \ \ | | | | | | | | | srv: Update according 3dbrew | |||||
| | * | | | Fix parameter name in EnableNotification | 2016-05-31 | 2 | -2/+6 | ||
| | | | | | ||||||
| | * | | | Fix mistakes, add output header codes | 2016-05-31 | 1 | -8/+24 | ||
| | | | | | ||||||
| | * | | | remove ugly function | 2016-05-31 | 1 | -35/+3 | ||
| | | | | | ||||||
| | * | | | srv: Update according 3dbrew | 2016-05-31 | 1 | -15/+137 | ||
| | |/ / | ||||||
| * | | | Merge pull request #1877 from wwylele/wait-fix-timeout | 2016-06-18 | 1 | -0/+49 | ||
| |\ \ \ | | | | | | | | | Thread: update timeout when reruning WaitSynch | |||||
| | * | | | Thread: update timeout when rerunning WaitSynch | 2016-06-04 | 1 | -0/+49 | ||
| | |/ / | ||||||
| * | | | Merge pull request #1898 from archshift/interpreter-split-take2 | 2016-06-16 | 5 | -2727/+2729 | ||
| |\ \ \ | |_|/ |/| | | Refactor arm_dyncom_interpreter into several files (take 2) | |||||
| | * | | Make arm_dyncom_trans* into a fully fledged compilation unit | 2016-06-12 | 4 | -53/+73 | ||
| | | | | ||||||
| | * | | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | 2016-06-12 | 1 | -15/+15 | ||
| | | | | ||||||