| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-19 | FileSys: remove unused DiskArchive | wwylele | |
| All "subclasses" of DiskArchive are splitted out. This class is useless | |||
| 2016-11-19 | PTM & CFG: use the correct path and error code according to the new FileSys ↵ | wwylele | |
| policy | |||
| 2016-11-19 | FileSys: w->rw permission lift only happens in SDMC archive | wwylele | |
| 2016-11-19 | FileSys: add SDMCWriteOnlyArchive | wwylele | |
| 2016-11-19 | FileSys: add SDMCArchive | wwylele | |
| Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive" | |||
| 2016-11-19 | FileSys: add ExtSaveDataArchive | wwylele | |
| ExtSaveData is more similar to SaveData, so let it be a subclass of SaveData | |||
| 2016-11-19 | FileSys: add SaveDataArchive | wwylele | |
| The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive. | |||
| 2016-11-19 | FileSys: remove Open from FileBackend | wwylele | |
| Same as directory, file shouldn't expose Open either. | |||
| 2016-11-19 | FileSys: remove Open from DirectoryBackend | wwylele | |
| 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 | |||
| 2016-11-19 | FileSys: add PathParser | wwylele | |
| 2016-11-17 | cfg: add config block 0x00090000 | wwylele | |
| 2016-11-15 | Merge pull request #2172 from jroweboy/fix-mingw | bunnei | |
| Fix mingw compilation support | |||
| 2016-11-13 | Add mingw compile support | James Rowe | |
| 2016-11-05 | Support additional screen layouts. | James Rowe | |
| Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | |||
| 2016-11-02 | Style fix | mailwl | |
| 2016-11-02 | Rename AcConfig, change types u8 to u32 | mailwl | |
| 2016-11-02 | AC_U: Stub functions, used if EULA agreed | mailwl | |
| 2016-11-01 | FileSys: make Archive interfaces return error code | wwylele | |
| and make the mode parameter a reference since it is a BitField union | |||
| 2016-10-31 | Merge pull request #2126 from wwylele/stub-nwm | bunnei | |
| NWM: stub Initialize with an error | |||
| 2016-10-31 | Merge pull request #2123 from jbeich/freebsd | bunnei | |
| Fix build on DragonFly and FreeBSD | |||
| 2016-10-28 | Small fix to let IDA see target.xml | mailwl | |
| 2016-10-27 | core: some errno values are uncommon on Unix | Jan Beich | |
| 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}, ^ | |||
| 2016-10-25 | FRD: fix GetMyFriendKey | mailwl | |
| 2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | |
| 2016-10-12 | NWM: stub Initialize with an error | wwylele | |
| 2016-10-07 | Merge pull request #2024 from JamePeng/update-boss-code | bunnei | |
| Update the stub code of BOSS | |||
| 2016-10-06 | Rework the code of err:f service | JamePeng | |
| 2016-10-04 | Merge pull request #1652 from wwylele/kernal-tool | bunnei | |
| Debugger: implement wait tree widget | |||
| 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 | |
