summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | FileSys: remove Open from DirectoryBackendGravatar wwylele2016-11-194-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 PathParserGravatar wwylele2016-11-193-0/+161
| | |
| * | FileSys: make Archive interfaces return error codeGravatar wwylele2016-11-016-87/+91
| | | | | | | | | | | | and make the mode parameter a reference since it is a BitField union
* | | Merge pull request #2168 from mailwl/micGravatar Sebastian Valle2016-11-272-16/+307
|\ \ \ | | | | | | | | MIC_U: Stub service funcions
| * | | Output parameters to logGravatar mailwl2016-11-251-4/+6
| | | |
| * | | MIC_U: Stub service funcionsGravatar mailwl2016-11-252-16/+305
| | | |
* | | | dynarmic: Add ticks based on ticks executed, not ticks requestedGravatar MerryMage2016-11-261-2/+2
|/ / /
* | | Expose page table to dynarmic for optimized reads and writes to the JITGravatar James Rowe2016-11-243-6/+18
| | |
* | | Bravely Default/Second stuck #1822 (#2188)Gravatar pippo29312016-11-234-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/config9Gravatar Yuri Kunde Schlesner2016-11-231-2/+8
|\ \ \ | | | | | | | | cfg: add config block 0x00090000
| * | | cfg: add config block 0x00090000Gravatar wwylele2016-11-171-2/+8
| | | |
* | | | Merge pull request #1654 from JamePeng/errdispGravatar Yuri Kunde Schlesner2016-11-231-118/+198
|\ \ \ \ | | | | | | | | | | Rework the code of err:f service!
| * | | | Rework the code of err:f serviceGravatar JamePeng2016-10-061-118/+198
| | | | |
* | | | | Merge pull request #2193 from Subv/pulse_eventsGravatar bunnei2016-11-192-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.Gravatar Subv2016-11-192-0/+10
| | |_|_|/ | |/| | | | | | | | | | | | | Related to #1904
* / | | | APT/Applets: Renamed the members of the SignalType enum.Gravatar Subv2016-11-195-16/+27
|/ / / / | | | | | | | | | | | | Names now make sense and match 3dbrew.
* | | | Merge pull request #2172 from jroweboy/fix-mingwGravatar bunnei2016-11-151-1/+1
|\ \ \ \ | | | | | | | | | | Fix mingw compilation support
| * | | | Add mingw compile supportGravatar James Rowe2016-11-131-1/+1
| | |/ / | |/| |
* / | | Support additional screen layouts.Gravatar James Rowe2016-11-052-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 fixGravatar mailwl2016-11-021-2/+2
| | |
* | | Rename AcConfig, change types u8 to u32Gravatar mailwl2016-11-021-21/+25
| | |
* | | AC_U: Stub functions, used if EULA agreedGravatar mailwl2016-11-022-14/+190
| |/ |/|
* | Merge pull request #2126 from wwylele/stub-nwmGravatar bunnei2016-10-311-0/+11
|\ \ | | | | | | NWM: stub Initialize with an error
| * | NWM: stub Initialize with an errorGravatar wwylele2016-10-121-0/+11
| |/
* | Merge pull request #2123 from jbeich/freebsdGravatar bunnei2016-10-311-0/+8
|\ \ | | | | | | Fix build on DragonFly and FreeBSD
| * | core: some errno values are uncommon on UnixGravatar Jan Beich2016-10-271-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.xmlGravatar mailwl2016-10-281-1/+1
|/ /
* | FRD: fix GetMyFriendKeyGravatar mailwl2016-10-251-1/+1
| |
* | Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-205-5/+5
| |
* | Merge pull request #2024 from JamePeng/update-boss-codeGravatar bunnei2016-10-073-4/+1808
|\ \ | |/ |/| Update the stub code of BOSS
| * Update the stub code of BOSSGravatar JamePeng2016-10-023-4/+1808
| |
* | Merge pull request #1652 from wwylele/kernal-toolGravatar bunnei2016-10-047-7/+26
|\ \ | | | | | | Debugger: implement wait tree widget
| * | move ResetType to kernel.hGravatar wwylele2016-09-223-7/+6
| | |
| * | name objectsGravatar wwylele2016-09-221-0/+4
| | |
| * | implement wait tree widgetGravatar wwylele2016-09-224-0/+16
| |/
* | Merge pull request #2106 from wwylele/delete-recursiveGravatar bunnei2016-10-038-22/+93
|\ \ | | | | | | FS: implement DeleteDirectoryRecursively
| * | fs: clean up log formatGravatar wwylele2016-10-021-22/+24
| | |
| * | fs: implement DeleteDirectoryRecursivelyGravatar wwylele2016-10-028-1/+70
| |/
* | gpu: DisplayTransfer: a less amazing algorithm for flipGravatar wwylele2016-09-291-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 pointerGravatar wwylele2016-09-291-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 FillMemoryGravatar wwylele2016-09-291-6/+88
| | | | | | | | | | prevent further operation with invalid values which may cause assertion failure or divided by zero. needs more hwtest
* | memory: fix IsValidVirtualAddress for RasterizerCachedMemoryGravatar wwylele2016-09-291-0/+3
| | | | | | | | RasterizerCachedMemory doesn't has pointer but should be considered as valid
* | gpu: move MemoryFill, TextureCopy and DisplayTransfer into functionsGravatar wwylele2016-09-291-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 includesGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-21106-106/+106
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-21146-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-formatGravatar Yuri Kunde Schlesner2016-09-1895-451/+467
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-18208-10514/+10705
|
* Dyncom: Disable clang-format on the decoding table.Gravatar Emmanuel Gil Peyrot2016-09-181-0/+3
|
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.Gravatar bunnei2016-09-151-5/+12
|