aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-06
| | | | Fixes some games crashing.
* SVC: Assert on unsupported CreateThread processor ID.Gravatar bunnei2015-04-09
|
* SVC: Update various SVCs to cause a reschedule.Gravatar bunnei2015-04-09
| | | | - CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress
* Kernel: Implemented priority inheritance for mutexes.Gravatar bunnei2015-04-09
|
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-09
| | | | | | SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority.
* SVC: Reschedule on svcCreateThread.Gravatar bunnei2015-04-09
|
* APT: (Subv) Fix bug where start event was being incorrectly signaled.Gravatar bunnei2015-04-09
|
* Kernel: Fixed default thread priority.Gravatar bunnei2015-04-09
|
* Initialize base address to 0x0Gravatar Gareth Higgins2015-04-08
|
* Merge pull request #689 from lioncash/formatGravatar Tony Wasserka2015-04-08
|\ | | | | gpu: Fix a missing format specifier
* \ Merge pull request #688 from lioncash/unusedGravatar bunnei2015-04-07
|\ \ | | | | | | dyncom: Remove unnecessary enum and typedef
* \ \ Merge pull request #676 from purpasmart96/ir_service_refcGravatar bunnei2015-04-07
|\ \ \ | | | | | | | | IR: Move The IR services to their own folder and implement "GetHandles"
| | | * gpu: Fix a missing format specifierGravatar Lioncash2015-04-07
| |_|/ |/| |
| | * dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-07
| |/ |/| | | | | Also fixes descriptions in the process.
* | vfp: Make the FPSID values match the MPCoreGravatar Lioncash2015-04-06
| |
* | vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-06
| |
* | Merge pull request #685 from lioncash/cpregsGravatar bunnei2015-04-06
|\ \ | | | | | | dyncom: Set the MPCore CP15 register reset values on initialization.
| * | core: Migrate 3DS-specific CP15 register setting into InitGravatar Lioncash2015-04-06
| | |
| * | arm_interface: Support retrieval/storage to CP15 registersGravatar Lioncash2015-04-06
| | |
| * | Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | | | | | | | | | Also gets rid of preprocessor mumbo-jumbo
| * | dyncom: Properly return the value of the user RO thread registerGravatar Lioncash2015-04-06
| | |
| * | dyncom: Set CP15 reset values on initializationGravatar Lioncash2015-04-06
| | |
* | | dyncom: Suppress uninitialized variable warningsGravatar Lioncash2015-04-05
|/ / | | | | | | The switch cases will always be hit, but this makes compilers stop complaining.
* | Merge pull request #682 from yuriks/virtmem2Gravatar bunnei2015-04-05
|\ \ | | | | | | Clean-up mem_map constants and fix framebuffer translation errors
| * | Clean-up mem_map constants and fix framebuffer translation errorsGravatar Yuri Kunde Schlesner2015-04-05
| | |
* | | Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-05
|/ /
* | Merge pull request #680 from archshift/bg-colorGravatar bunnei2015-04-04
|\ \ | | | | | | Allow the user to set the background clear color during emulation
| | * IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-03
| |/ |/|
* | Merge pull request #641 from purpasmart96/service_stubsGravatar bunnei2015-04-03
|\ \ | | | | | | Services: Stubs and minor changes
| | * Allow the user to set the background clear color during emulationGravatar archshift2015-04-03
| |/ |/| | | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
| * Services: Stubs and minor changesGravatar purpasmart962015-04-02
| |
* | Merge pull request #677 from lioncash/cp15Gravatar bunnei2015-04-02
|\ \ | | | | | | dyncom: Isolate CP15 register reading and writing
| * | dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-02
| | | | | | | | | | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set.
| * | dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-02
| | | | | | | | | | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
* | | Merge pull request #678 from lioncash/disasmGravatar bunnei2015-03-31
|\ \ \ | | | | | | | | callstack: Remove unnecessary disassembler instantiation
* | | | disassembler: Get rid of a const_castGravatar Lioncash2015-03-30
| | | |
| * | | callstack: Remove unnecessary disassembler instantiationGravatar Lioncash2015-03-30
|/ / / | | | | | | | | | Decode is a static function. There's no need to allocate a disassembler instance.
| * / dyncom: Migrate InAPrivilegedMode to armsuppGravatar Lioncash2015-03-26
|/ / | | | | | | It's a generic helper function, so it should be here anyway.
* | Merge pull request #672 from purpasmart96/citra_moar_app_memGravatar bunnei2015-03-24
|\ \ | | | | | | ConfigMem: Set the app memory to be 96MB instead of the default 64MB
* \ \ Merge pull request #674 from lioncash/sys-instrsGravatar bunnei2015-03-24
|\ \ \ | | | | | | | | dyncom: Implement RFE and SRS.
| * | | dyncom: Implement SRSGravatar Lioncash2015-03-24
| | | |
| * | | dyncom: Implement RFEGravatar Lioncash2015-03-24
| | |/ | |/|
* / | dyncom: Remove unused/unnecessary macros and macro constantsGravatar Lioncash2015-03-24
|/ /
| * ConfigMem: Set the app memory to be 96MB instead of the default 64MBGravatar purpasmart962015-03-23
|/
* Merge pull request #656 from Subv/nzGravatar bunnei2015-03-22
|\ | | | | Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and Del...
* | armmmu: Remove unnecessary enum valuesGravatar Lioncash2015-03-20
| | | | | | | | We don't need to care about XScale or Intel specific ARM stuff.
* | Merge pull request #659 from lioncash/setendGravatar bunnei2015-03-19
|\ \ | | | | | | Implement SETEND.
| | * Service/FS: Document and log some unknown values.Gravatar Subv2015-03-19
| | | | | | | | | | | | In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData
* | | Merge pull request #650 from Subv/scalingGravatar bunnei2015-03-17
|\ \ \ | | | | | | | | GPU: Fixed the bit 25 in the display transfer flags.
| | * | dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-17
| | | |