| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support additional screen layouts. | 2016-11-05 | 2 | -0/+18 | |
| | | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
| * | Style fix | 2016-11-02 | 1 | -2/+2 | |
| | | |||||
| * | Rename AcConfig, change types u8 to u32 | 2016-11-02 | 1 | -21/+25 | |
| | | |||||
| * | AC_U: Stub functions, used if EULA agreed | 2016-11-02 | 2 | -14/+190 | |
| | | |||||
| * | Merge pull request #2126 from wwylele/stub-nwm | 2016-10-31 | 1 | -0/+11 | |
| |\ | | | | | NWM: stub Initialize with an error | ||||
| | * | NWM: stub Initialize with an error | 2016-10-12 | 1 | -0/+11 | |
| | | | |||||
| * | | Merge pull request #2123 from jbeich/freebsd | 2016-10-31 | 1 | -0/+8 | |
| |\ \ | | | | | | | Fix build on DragonFly and FreeBSD | ||||
| | * | | core: some errno values are uncommon on Unix | 2016-10-27 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/hle/service/soc_u.cpp:107:6: error: 'ENODATA' was not declared in this scope {ENODATA, 43}, ^ src/core/hle/service/soc_u.cpp:117:6: error: 'ENOSR' was not declared in this scope {ENOSR, 53}, ^ src/core/hle/service/soc_u.cpp:118:6: error: 'ENOSTR' was not declared in this scope {ENOSTR, 54}, ^ src/core/hle/service/soc_u.cpp:139:6: error: 'ETIME' was not declared in this scope {ETIME, 75}, ^ | ||||
| * | | | Small fix to let IDA see target.xml | 2016-10-28 | 1 | -1/+1 | |
| |/ / | |||||
| * | | FRD: fix GetMyFriendKey | 2016-10-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix typos | 2016-10-20 | 5 | -5/+5 | |
| | | | |||||
| * | | Merge pull request #2024 from JamePeng/update-boss-code | 2016-10-07 | 3 | -4/+1808 | |
| |\ \ | |/ |/| | Update the stub code of BOSS | ||||
| | * | Update the stub code of BOSS | 2016-10-02 | 3 | -4/+1808 | |
| | | | |||||
| * | | Merge pull request #1652 from wwylele/kernal-tool | 2016-10-04 | 7 | -7/+26 | |
| |\ \ | | | | | | | Debugger: implement wait tree widget | ||||
| | * | | move ResetType to kernel.h | 2016-09-22 | 3 | -7/+6 | |
| | | | | |||||
| | * | | name objects | 2016-09-22 | 1 | -0/+4 | |
| | | | | |||||
| | * | | implement wait tree widget | 2016-09-22 | 4 | -0/+16 | |
| | |/ | |||||
| * | | Merge pull request #2106 from wwylele/delete-recursive | 2016-10-03 | 8 | -22/+93 | |
| |\ \ | | | | | | | FS: implement DeleteDirectoryRecursively | ||||
| | * | | fs: clean up log format | 2016-10-02 | 1 | -22/+24 | |
| | | | | |||||
| | * | | fs: implement DeleteDirectoryRecursively | 2016-10-02 | 8 | -1/+70 | |
| | |/ | |||||
| * | | gpu: DisplayTransfer: a less amazing algorithm for flip | 2016-09-29 | 1 | -8/+11 | |
| | | | | | | | | | the old implementation modifies the loop variable in the loop. Though it actually works, it is really confusing. Makes it morereadable now. | ||||
| * | | gpu: keep the old signal strategy for null pointer | 2016-09-29 | 1 | -4/+8 | |
| | | | | | | | | | | | previous commits changes the behaviour of interrupt when meeting invalid params. Regresses to the same behaviour as before needs more hwtest | ||||
| * | | gpu: add validity check for TextureCopy, DisplayTransfer and FillMemory | 2016-09-29 | 1 | -6/+88 | |
| | | | | | | | | | | | prevent further operation with invalid values which may cause assertion failure or divided by zero. needs more hwtest | ||||
| * | | memory: fix IsValidVirtualAddress for RasterizerCachedMemory | 2016-09-29 | 1 | -0/+3 | |
| | | | | | | | | | RasterizerCachedMemory doesn't has pointer but should be considered as valid | ||||
| * | | gpu: move MemoryFill, TextureCopy and DisplayTransfer into functions | 2016-09-29 | 1 | -247/+249 | |
| |/ | | | | The old code indented too much to read. Split into functions and do general cleanup. | ||||
| * | Remove special rules for Windows.h and library includes | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 106 | -106/+106 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 146 | -369/+117 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 95 | -451/+467 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 208 | -10514/+10705 | |
| | | |||||
| * | Dyncom: Disable clang-format on the decoding table. | 2016-09-18 | 1 | -0/+3 | |
| | | |||||
| * | arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. | 2016-09-15 | 1 | -5/+12 | |
| | | |||||
| * | 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. | ||||