Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-05 | Clean-up mem_map constants and fix framebuffer translation errors | Yuri Kunde Schlesner | |
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 | 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-26 | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | |
It's a generic helper function, so it should be here anyway. | |||
2015-03-24 | Merge pull request #672 from purpasmart96/citra_moar_app_mem | bunnei | |
ConfigMem: Set the app memory to be 96MB instead of the default 64MB | |||
2015-03-24 | Merge pull request #674 from lioncash/sys-instrs | bunnei | |
dyncom: Implement RFE and SRS. | |||
2015-03-24 | Merge pull request #673 from lioncash/cleanup | bunnei | |
dyncom: Remove unused/unnecessary macros and macro constants | |||
2015-03-24 | dyncom: Implement SRS | Lioncash | |
2015-03-24 | dyncom: Implement RFE | Lioncash | |
2015-03-24 | dyncom: Remove unused/unnecessary macros and macro constants | Lioncash | |
2015-03-23 | ConfigMem: Set the app memory to be 96MB instead of the default 64MB | purpasmart96 | |
2015-03-22 | Merge pull request #656 from Subv/nz | bunnei | |
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and Del... | |||
2015-03-22 | Merge pull request #669 from lioncash/cruft | bunnei | |
armmmu: Remove unnecessary enum values | |||
2015-03-20 | armmmu: Remove unnecessary enum values | Lioncash | |
We don't need to care about XScale or Intel specific ARM stuff. | |||
2015-03-19 | Merge pull request #659 from lioncash/setend | bunnei | |
Implement SETEND. | |||
2015-03-19 | Merge pull request #667 from archshift/wut | archshift | |
Remove mysterious spaces that were added by `git show --format` | |||
2015-03-19 | Remove mysterious spaces that were added by `git show --format` | archshift | |
No idea why these spaces are only added on recent revisions of Citra (older revisions did not have this problem). Let's just remove the spaces then in Powershell. | |||
2015-03-19 | Service/FS: Document and log some unknown values. | Subv | |
In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData | |||
2015-03-17 | Merge pull request #665 from archshift/appveyor-sigh- | archshift | |
AppVeyor: Strip newlines on the build name before trying to upload. | |||
2015-03-17 | Strip newlines on the build name before trying to upload. | archshift | |
2015-03-17 | Merge pull request #635 from archshift/builds | bunnei | |
CI: upload builds to builds.citra-emu.org instead of MEGA | |||
2015-03-17 | Merge pull request #650 from Subv/scaling | bunnei | |
GPU: Fixed the bit 25 in the display transfer flags. | |||
2015-03-17 | dyncom: Make Load/Store instructions support big endian | Lioncash | |
2015-03-17 | Merge pull request #655 from purpasmart96/hid_fixes | bunnei | |
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume | |||
2015-03-16 | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along | purpasmart96 | |
with a stub for GetSoundVolume | |||
2015-03-16 | Merge pull request #660 from purpasmart96/ncch_updates | bunnei | |
NCCH: Minor updates to the ncch header | |||
2015-03-16 | CI: upload builds to builds.citra-emu.org instead of MEGA | archshift | |
2015-03-16 | Merge pull request #661 from linkmauve/cleanup | bunnei | |
Fix two minor understandability issues in common | |||
2015-03-16 | GPU/DisplayTransfer: Made the scaling bits a single 2bit value | Subv | |
Rephrased some comments. | |||
2015-03-16 | Merge pull request #652 from neobrain/shader_output_fix | bunnei | |
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. | |||
2015-03-16 | Merge pull request #662 from linkmauve/video_core-warnings | bunnei | |
Add static_cast around expressions where the compiler doesn’t deduce the right type | |||
2015-03-16 | Merge pull request #663 from lioncash/ticks | bunnei | |
arm_interface: Get rid of GetTicks. | |||
2015-03-16 | arm_interface: Get rid of GetTicks. | Lioncash | |
Removes a TODO. | |||
2015-03-16 | VideoCore: Add static_cast around expressions where the compiler doesn’t ↵ | Emmanuel Gil Peyrot | |
deduce the right type. | |||
2015-03-16 | Common: Fix logic for setting EMU_DATA_DIR. | Emmanuel Gil Peyrot | |
2015-03-16 | Common: Make a #else more apparent. | Emmanuel Gil Peyrot | |
2015-03-15 | NCCH: Minor updates to the ncch header | purpasmart96 | |
2015-03-14 | Merge pull request #657 from Subv/flip | bunnei | |
GPU: Implemented the flip_data (bit 0) bit in display transfers. | |||
2015-03-14 | dyncom: Implement SETEND | Lioncash | |
2015-03-14 | GPU: Implemented the flip_data (bit 0) bit in display transfers. | Subv | |
2015-03-14 | Merge pull request #658 from Subv/ref_temporary | Tony Wasserka | |
EmuWindow: Fixed a reference to a temporary variable |