| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-14 | De-inline functions from Interface, removing them from service.h | Yuri Kunde Schlesner | |
| This reduces the time for a full recompile from 65.43s to 59.53s (~9%) | |||
| 2015-04-09 | Merge pull request #683 from bunnei/thread-priority | bunnei | |
| Thread priority and scheduler improvements | |||
| 2015-04-09 | SVC: Assert on unsupported CreateThread processor ID. | bunnei | |
| 2015-04-09 | Silence some -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-04-09 | SVC: Update various SVCs to cause a reschedule. | bunnei | |
| - CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress | |||
| 2015-04-09 | Kernel: Implemented priority inheritance for mutexes. | bunnei | |
| 2015-04-09 | Thread: Implement priority boost for starved threads. | bunnei | |
| SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority. | |||
| 2015-04-09 | 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 | Merge pull request #690 from Zaneo/sharedmemory | bunnei | |
| Shared_memory: Initialize base address to 0x0 | |||
| 2015-04-08 | Initialize base address to 0x0 | Gareth Higgins | |
| 2015-04-08 | Merge pull request #689 from lioncash/format | Tony Wasserka | |
| gpu: Fix a missing format specifier | |||
| 2015-04-07 | Merge pull request #688 from lioncash/unused | bunnei | |
| dyncom: Remove unnecessary enum and typedef | |||
| 2015-04-07 | Merge pull request #676 from purpasmart96/ir_service_refc | bunnei | |
| IR: Move The IR services to their own folder and implement "GetHandles" | |||
| 2015-04-07 | gpu: Fix a missing format specifier | Lioncash | |
| 2015-04-07 | dyncom: Remove unnecessary enum and typedef | Lioncash | |
| Also fixes descriptions in the process. | |||
| 2015-04-06 | Merge pull request #686 from lioncash/vfp | bunnei | |
| vfp: Minor cleanups | |||
| 2015-04-06 | 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 | |
| dyncom: Set the MPCore CP15 register reset values on initialization. | |||
| 2015-04-06 | Merge pull request #684 from lioncash/uninit | Yuri Kunde Schlesner | |
| dyncom: Suppress uninitialized variable warnings | |||
| 2015-04-06 | 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 | |
| Also gets rid of preprocessor mumbo-jumbo | |||
| 2015-04-06 | 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-05 | dyncom: Suppress uninitialized variable warnings | Lioncash | |
| The switch cases will always be hit, but this makes compilers stop complaining. | |||
| 2015-04-05 | Merge pull request #682 from yuriks/virtmem2 | bunnei | |
| Clean-up mem_map constants and fix framebuffer translation errors | |||
| 2015-04-05 | Clean-up mem_map constants and fix framebuffer translation errors | Yuri Kunde Schlesner | |
| 2015-04-05 | Merge pull request #681 from Zaneo/master | archshift | |
| Changed occurences of colour to color for consistency | |||
| 2015-04-05 | Changed occurences of colour to color for consistency | Gareth Higgins | |
| 2015-04-04 | Merge pull request #680 from archshift/bg-color | bunnei | |
| Allow the user to set the background clear color during emulation | |||
| 2015-04-03 | 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 | |
| Services: Stubs and minor changes | |||
| 2015-04-03 | Allow the user to set the background clear color during emulation | archshift | |
| The background color can be seen at the sides of the bottom screen or when the window is wider than normal. | |||
| 2015-04-02 | Services: Stubs and minor changes | purpasmart96 | |
| 2015-04-02 | Merge pull request #677 from lioncash/cp15 | bunnei | |
| dyncom: Isolate CP15 register reading and writing | |||
| 2015-04-02 | dyncom: Move CP15 register writing into its own function. | Lioncash | |
| Also implements writing to the rest of the ARM11 MPCore CP15 register set. | |||
| 2015-04-02 | dyncom: Move CP15 register reading into its own function. | Lioncash | |
| Keeps everything contained. Added all supported readable registers in an ARM11 MPCore. | |||
| 2015-03-31 | Merge pull request #678 from lioncash/disasm | bunnei | |
| callstack: Remove unnecessary disassembler instantiation | |||
| 2015-03-31 | Merge pull request #679 from lioncash/const | bunnei | |
| disassembler: Get rid of a const_cast | |||
| 2015-03-30 | disassembler: Get rid of a const_cast | Lioncash | |
| 2015-03-30 | callstack: Remove unnecessary disassembler instantiation | Lioncash | |
| Decode is a static function. There's no need to allocate a disassembler instance. | |||
| 2015-03-28 | Updated the appveyor build to no longer copy the QT dlls since it is done in ↵ | James Rowe | |
| post build now. | |||
| 2015-03-26 | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | |
| It's a generic helper function, so it should be here anyway. | |||
| 2015-03-26 | unsetting a few more variables that arent needed outside of this function | James Rowe | |
| 2015-03-26 | Updated the copy commands to run on post_build and use generator expressions ↵ | James Rowe | |
| to simplify the code as well | |||
| 2015-03-26 | Changes to bring the previous commits in line with the comments on thepull ↵ | James Rowe | |
| request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time | |||
| 2015-03-26 | More changes to the CMakeFiles for better MSVC compatibility. Added in the ↵ | James Rowe | |
| RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. | |||
