| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | FileSys: remove Open from DirectoryBackend | 2016-11-19 | 4 | -25/+5 | ||
| | | | | | | | | | | | | | Open should not be an interface exposed by Directory because it is the Archive thats implement the methed to open the directory. The service API of 3DS also implies this - Open is not a function of directory service, but is of FS main service | |||||
| | * | | FileSys: add PathParser | 2016-11-19 | 3 | -0/+161 | ||
| | | | | ||||||
| | * | | FileSys: make Archive interfaces return error code | 2016-11-01 | 6 | -87/+91 | ||
| | | | | | | | | | | | | | and make the mode parameter a reference since it is a BitField union | |||||
| * | | | Merge pull request #2168 from mailwl/mic | 2016-11-27 | 2 | -16/+307 | ||
| |\ \ \ | | | | | | | | | MIC_U: Stub service funcions | |||||
| | * | | | Output parameters to log | 2016-11-25 | 1 | -4/+6 | ||
| | | | | | ||||||
| | * | | | MIC_U: Stub service funcions | 2016-11-25 | 2 | -16/+305 | ||
| | | | | | ||||||
| * | | | | dynarmic: Add ticks based on ticks executed, not ticks requested | 2016-11-26 | 1 | -2/+2 | ||
| |/ / / | ||||||
| * | | | Expose page table to dynarmic for optimized reads and writes to the JIT | 2016-11-24 | 3 | -6/+18 | ||
| | | | | ||||||
| * | | | Bravely Default/Second stuck #1822 (#2188) | 2016-11-23 | 4 | -2/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bravely Default/Second stuck #1822 CancelLibraryApplet stub * Log parameter. * Taking care of comments * Sync with 3DBrew * White space ? * lower case | |||||
| * | | | Merge pull request #2186 from wwylele/config9 | 2016-11-23 | 1 | -2/+8 | ||
| |\ \ \ | | | | | | | | | cfg: add config block 0x00090000 | |||||
| | * | | | cfg: add config block 0x00090000 | 2016-11-17 | 1 | -2/+8 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1654 from JamePeng/errdisp | 2016-11-23 | 1 | -118/+198 | ||
| |\ \ \ \ | | | | | | | | | | | Rework the code of err:f service! | |||||
| | * | | | | Rework the code of err:f service | 2016-10-06 | 1 | -118/+198 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #2193 from Subv/pulse_events | 2016-11-19 | 2 | -0/+10 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Kernel/Events: Log an error when trying to create Pulse events and timers | |||||
| | * | | | | | Kernel/Events: Log an error when trying to create Pulse events and timers. | 2016-11-19 | 2 | -0/+10 | ||
| | | |_|_|/ | |/| | | | | | | | | | | | | | Related to #1904 | |||||
| * / | | | | APT/Applets: Renamed the members of the SignalType enum. | 2016-11-19 | 5 | -16/+27 | ||
| |/ / / / | | | | | | | | | | | | | Names now make sense and match 3dbrew. | |||||
| * | | | | Merge pull request #2172 from jroweboy/fix-mingw | 2016-11-15 | 1 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Fix mingw compilation support | |||||
| | * | | | | Add mingw compile support | 2016-11-13 | 1 | -1/+1 | ||
| | | |/ / | |/| | | ||||||
| * / | | | 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 | ||
| | | ||||||