Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | CoreTiming: Initialize static variables at bootup. | bunnei | 2015-05-01 |
| | |||
* | HLE: Properly initialize and shutdown remaining modules. | bunnei | 2015-05-01 |
| | |||
* | Dyncom: Move cream cache to ARMul_State. | bunnei | 2015-05-01 |
| | |||
* | Kernel: Properly initialize and shutdown all modules. | bunnei | 2015-05-01 |
| | |||
* | HW: Properly initialize and shutdown all modules. | bunnei | 2015-05-01 |
| | |||
* | Services: Initialize all state variables at bootup. | bunnei | 2015-05-01 |
| | |||
* | Memory: Properly cleanup & shutdown. | bunnei | 2015-05-01 |
| | |||
* | ConfigMem: Remove duplicate retail bit | purpasmart96 | 2015-04-28 |
| | |||
* | Merge pull request #692 from purpasmart96/log_improvements | bunnei | 2015-04-28 |
|\ | | | | | Services/Loader: Use more sensible log formats for certain functions along with more info being logged. | ||
| * | Services/Loader: Use more sensible log formats for certain functions | purpasmart96 | 2015-04-27 |
| | | | | | | | | along with more info being logged. | ||
* | | ptm_sysm: Add static specifier to IsLegacyPowerOff | Lioncash | 2015-04-24 |
| | | |||
* | | dyncom: Remove more unused/unnecessary code | Lioncash | 2015-04-20 |
| | | | | | | | | Gets rid of a sizeable amount of stuff in armdefs. | ||
* | | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | 2015-04-17 |
| | | |||
* | | Merge pull request #696 from yuriks/interface-deinline | bunnei | 2015-04-14 |
|\ \ | | | | | | | De-inline functions from Interface, removing them from service.h | ||
* | | | Core_ARM11: Replace debug prints with our own logging functions in vfpsingle. | Emmanuel Gil Peyrot | 2015-04-14 |
| | | | |||
* | | | Kernel: Use the correct format string for u64 hex. | Emmanuel Gil Peyrot | 2015-04-14 |
| | | | |||
* | | | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 2015-04-14 |
| | | | |||
| * | | De-inline functions from Interface, removing them from service.h | Yuri Kunde Schlesner | 2015-04-14 |
|/ / | | | | | | | This reduces the time for a full recompile from 65.43s to 59.53s (~9%) | ||
* | | SVC: Assert on unsupported CreateThread processor ID. | bunnei | 2015-04-09 |
| | | |||
* | | SVC: Update various SVCs to cause a reschedule. | bunnei | 2015-04-09 |
| | | | | | | | | - CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress | ||
* | | Kernel: Implemented priority inheritance for mutexes. | bunnei | 2015-04-09 |
| | | |||
* | | Thread: Implement priority boost for starved threads. | bunnei | 2015-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. | bunnei | 2015-04-09 |
| | | |||
* | | APT: (Subv) Fix bug where start event was being incorrectly signaled. | bunnei | 2015-04-09 |
| | | |||
* | | Kernel: Fixed default thread priority. | bunnei | 2015-04-09 |
| | | |||
* | | Initialize base address to 0x0 | Gareth Higgins | 2015-04-08 |
|/ | |||
* | Merge pull request #689 from lioncash/format | Tony Wasserka | 2015-04-08 |
|\ | | | | | gpu: Fix a missing format specifier | ||
* \ | Merge pull request #688 from lioncash/unused | bunnei | 2015-04-07 |
|\ \ | | | | | | | dyncom: Remove unnecessary enum and typedef | ||
* \ \ | Merge pull request #676 from purpasmart96/ir_service_refc | bunnei | 2015-04-07 |
|\ \ \ | | | | | | | | | IR: Move The IR services to their own folder and implement "GetHandles" | ||
| | | * | gpu: Fix a missing format specifier | Lioncash | 2015-04-07 |
| |_|/ |/| | | |||
| | * | dyncom: Remove unnecessary enum and typedef | Lioncash | 2015-04-07 |
| |/ |/| | | | | | Also fixes descriptions in the process. | ||
* | | vfp: Make the FPSID values match the MPCore | Lioncash | 2015-04-06 |
| | | |||
* | | vfp: Get rid of the VFP_OFFSET macro | Lioncash | 2015-04-06 |
| | | |||
* | | Merge pull request #685 from lioncash/cpregs | bunnei | 2015-04-06 |
|\ \ | | | | | | | dyncom: Set the MPCore CP15 register reset values on initialization. | ||
| * | | core: Migrate 3DS-specific CP15 register setting into Init | Lioncash | 2015-04-06 |
| | | | |||
| * | | arm_interface: Support retrieval/storage to CP15 registers | Lioncash | 2015-04-06 |
| | | | |||
| * | | Move CP15 enum definitions into their own enum. | Lioncash | 2015-04-06 |
| | | | | | | | | | | | | Also gets rid of preprocessor mumbo-jumbo | ||
| * | | dyncom: Properly return the value of the user RO thread register | Lioncash | 2015-04-06 |
| | | | |||
| * | | dyncom: Set CP15 reset values on initialization | Lioncash | 2015-04-06 |
| | | | |||
* | | | dyncom: Suppress uninitialized variable warnings | Lioncash | 2015-04-05 |
|/ / | | | | | | | The switch cases will always be hit, but this makes compilers stop complaining. | ||
* | | Clean-up mem_map constants and fix framebuffer translation errors | Yuri Kunde Schlesner | 2015-04-05 |
| | | |||
* | | Merge pull request #680 from archshift/bg-color | bunnei | 2015-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" | purpasmart96 | 2015-04-03 |
| |/ |/| | |||
* | | Merge pull request #641 from purpasmart96/service_stubs | bunnei | 2015-04-03 |
|\ \ | | | | | | | Services: Stubs and minor changes | ||
| | * | Allow the user to set the background clear color during emulation | archshift | 2015-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 changes | purpasmart96 | 2015-04-02 |
| | | |||
* | | dyncom: Move CP15 register writing into its own function. | Lioncash | 2015-04-02 |
| | | | | | | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set. | ||
* | | dyncom: Move CP15 register reading into its own function. | Lioncash | 2015-04-02 |
| | | | | | | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore. | ||
* | | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | 2015-03-26 |
| | | | | | | | | It's a generic helper function, so it should be here anyway. | ||
* | | Merge pull request #672 from purpasmart96/citra_moar_app_mem | bunnei | 2015-03-24 |
|\ \ | | | | | | | ConfigMem: Set the app memory to be 96MB instead of the default 64MB |