summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1616 from exhalatio/dlp_dummyGravatar bunnei2016-04-034-0/+63
|\ \ \ | | | | | | | | Dummy implementation dlp:SRVR Service.
| * | | Dummy implementation dlp:SRVR Service.Gravatar exhalatio2016-04-034-0/+63
| | | |
* | | | Merge pull request #1619 from mailwl/cecdGravatar bunnei2016-04-023-3/+54
|\ \ \ \ | | | | | | | | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
| * | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandleGravatar mailwl2016-03-313-3/+54
| | | | |
* | | | | Merge pull request #1390 from purpasmart96/citra_gsp_error_codesGravatar bunnei2016-04-013-80/+97
|\ \ \ \ \ | | | | | | | | | | | | GSP: Return proper error codes for register writes
| * | | | | GSP: Return proper error codes for register writesGravatar purpasmart962016-03-303-80/+97
| |/ / / /
* | | | | Merge pull request #1618 from MerryMage/one-stepGravatar Mathew Maidment2016-03-311-26/+57
|\ \ \ \ \ | | | | | | | | | | | | Prevent cache overflow when single stepping
| * | | | | DynCom: Optimize single steppingGravatar MerryMage2016-03-301-26/+57
| | |_|/ / | |/| | |
* | | | | Merge pull request #1419 from mailwl/branch-gspGravatar bunnei2016-03-311-6/+41
|\ \ \ \ \ | |_|/ / / |/| | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue
| * | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueueGravatar mailwl2016-03-311-6/+41
| | |_|/ | |/| |
* / | | Add common methods to all cfg:* portsGravatar Ryan Loebs2016-03-283-0/+21
|/ / /
* | | use reference instead of pointerGravatar wwylele2016-03-261-9/+9
| | |
* | | Merge pull request #1549 from wwylele/acc_gyroGravatar bunnei2016-03-254-23/+187
|\ \ \ | |_|/ |/| | hid: implement accelerometer and gyroscope back-end
| * | implement GyroscopeCalibrateParamGravatar wwylele2016-03-252-9/+20
| | |
| * | implement accel and gyro backendGravatar wwylele2016-03-224-23/+176
| | |
* | | Merge pull request #1560 from lioncash/savedataGravatar bunnei2016-03-221-1/+2
|\ \ \ | | | | | | | | archive_extsavedata: Fix member initialization order
| * | | archive_extsavedata: Fix member initialization orderGravatar Lioncash2016-03-211-1/+2
| | |/ | |/| | | | | | | shared appears in the initializer list before mount_point
* | | Merge pull request #1563 from lioncash/lolfiqGravatar bunnei2016-03-221-4/+3
|\ \ \ | | | | | | | | armstate: Correct FIQ register banking
| * | | armstate: Correct FIQ register bankingGravatar Lioncash2016-03-211-4/+3
| |/ / | | | | | | | | | FIQ has seven banked registers (R8 to R14), not two.
* | | Merge pull request #1559 from lioncash/vecGravatar bunnei2016-03-211-8/+5
|\ \ \ | | | | | | | | soc_u: Get rid of explicit delete and new
| * | | soc_u: Get rid of explicit delete and newGravatar Lioncash2016-03-211-8/+5
| |/ /
* | | session: Make helper functions constexprGravatar Lioncash2016-03-211-6/+6
| | |
* | | loader: Make MakeMagic constexprGravatar Lioncash2016-03-211-1/+1
|/ /
* | Merge pull request #1302 from Subv/save_fixGravatar bunnei2016-03-2024-143/+400
|\ \ | | | | | | HLE/FS: Fixed many corner cases in our file handling
| * | HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Gravatar Subv2016-03-205-33/+45
| | | | | | | | | | | | This allows Fire Emblem to boot again.
| * | HLE/FS: Corrected some style concerns.Gravatar Subv2016-03-208-14/+12
| | |
| * | HLE/FS: Fixed creating the config savefile when it doesn't exist.Gravatar Subv2016-03-201-1/+1
| | | | | | | | | | | | This fixes a regression.
| * | HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-2019-62/+257
| | | | | | | | | | | | Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
| * | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵Gravatar Subv2016-03-201-1/+1
| | | | | | | | | | | | exist.
| * | HLE/FS: Return the proper error codes when opening files.Gravatar Subv2016-03-207-28/+43
| | |
| * | HLE/FS: Fixed the OpenDirectory error codeGravatar Subv2016-03-201-1/+1
| | |
| * | HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-207-18/+40
| | | | | | | | | | | | These operations are limited by the open flags specified while opening the file.
| * | HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-206-12/+22
| | |
| * | HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-202-2/+7
| | |
| * | HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-208-10/+10
| |/
* / Fix missing headerGravatar LittleWhite2016-03-201-0/+2
|/
* Merge pull request #1505 from pippo2931/fefGravatar bunnei2016-03-181-1/+25
|\ | | | | GetArchiveResource stub
| * Fix headerGravatar pippo29312016-03-121-1/+1
| |
| * GetArchiveResource stubGravatar pippo29312016-03-121-1/+25
| |
* | core/video_core: Make NumIds functions constexprGravatar Lioncash2016-03-172-2/+2
| |
* | core/video_core: Don't cast away const in subscript operatorsGravatar Lioncash2016-03-172-6/+6
| | | | | | | | Not to say these subscript operators aren't totally ugly as is.
* | Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-156-26/+122
| | | | | | | | | | | | SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
* | hid: fix pad updateGravatar wwylele2016-03-131-1/+1
| |
* | svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-1210-16/+17
| |
* | svc: Remove unused ArbitrationType enumGravatar Lioncash2016-03-121-9/+0
| | | | | | | | An equivalent enum already exists within address_arbiter.h
* | svc: Make ResetType an enum classGravatar Lioncash2016-03-1211-24/+23
|/
* Merge pull request #1266 from Subv/miiappletGravatar bunnei2016-03-127-2/+156
|\ | | | | HLE/Applets: Implemented a dummy Mii Selector applet.
| * HLE/Applets: Implemented a dummy Mii Selector applet.Gravatar Subv2016-03-127-2/+156
| | | | | | | | This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
* | Merge pull request #1500 from lioncash/nullptrGravatar bunnei2016-03-121-1/+1
|\ \ | | | | | | gsp_gpu: Change 0 literal to nullptr
| * | gsp_gpu: Change 0 literal to nullptrGravatar Lioncash2016-03-111-1/+1
| | |