aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Clean-up mem_map constants and fix framebuffer translation errorsGravatar Yuri Kunde Schlesner2015-04-05
|
* Merge pull request #680 from archshift/bg-colorGravatar bunnei2015-04-04
|\ | | | | Allow the user to set the background clear color during emulation
* \ 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
* \ \ \ Merge pull request #679 from lioncash/constGravatar bunnei2015-03-31
|\ \ \ \ | | | | | | | | | | disassembler: Get rid of a const_cast
| * | | | 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.
* \ \ \ Merge pull request #673 from lioncash/cleanupGravatar bunnei2015-03-24
|\ \ \ \ | |_|_|/ |/| | | dyncom: Remove unused/unnecessary macros and macro constants
| | * | 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...
* \ Merge pull request #669 from lioncash/cruftGravatar bunnei2015-03-22
|\ \ | | | | | | armmmu: Remove unnecessary enum values
| * | 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.
* \ \ Merge pull request #667 from archshift/wutGravatar archshift2015-03-19
|\ \ \ | | | | | | | | Remove mysterious spaces that were added by `git show --format`
| * | | Remove mysterious spaces that were added by `git show --format`Gravatar archshift2015-03-19
|/ / / | | | | | | | | | | | | | | | | | | 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.
| | * Service/FS: Document and log some unknown values.Gravatar Subv2015-03-19
| | | | | | | | | | | | In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData
* | | Merge pull request #665 from archshift/appveyor-sigh-Gravatar archshift2015-03-17
|\ \ \ | | | | | | | | AppVeyor: Strip newlines on the build name before trying to upload.
| * | | Strip newlines on the build name before trying to upload.Gravatar archshift2015-03-17
|/ / /
* | | Merge pull request #635 from archshift/buildsGravatar bunnei2015-03-17
|\ \ \ | | | | | | | | CI: upload builds to builds.citra-emu.org instead of MEGA
* \ \ \ 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
| | | | |
* | | | | Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-17
|\ \ \ \ \ | | | | | | | | | | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
| * | | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | with a stub for GetSoundVolume
* | | | | | Merge pull request #660 from purpasmart96/ncch_updatesGravatar bunnei2015-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | NCCH: Minor updates to the ncch header
| | | | * | | CI: upload builds to builds.citra-emu.org instead of MEGAGravatar archshift2015-03-16
| | | | | | |
* | | | | | | Merge pull request #661 from linkmauve/cleanupGravatar bunnei2015-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix two minor understandability issues in common
| | | | * | | | GPU/DisplayTransfer: Made the scaling bits a single 2bit valueGravatar Subv2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rephrased some comments.
* | | | | | | | Merge pull request #652 from neobrain/shader_output_fixGravatar bunnei2015-03-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables.
* \ \ \ \ \ \ \ \ Merge pull request #662 from linkmauve/video_core-warningsGravatar bunnei2015-03-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add static_cast around expressions where the compiler doesn’t deduce the right type
* \ \ \ \ \ \ \ \ \ Merge pull request #663 from lioncash/ticksGravatar bunnei2015-03-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | arm_interface: Get rid of GetTicks.
| * | | | | | | | | | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes a TODO.
| * / / / / / / / / VideoCore: Add static_cast around expressions where the compiler doesn’t ↵Gravatar Emmanuel Gil Peyrot2015-03-16
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | deduce the right type.
| | * | | | | | | Common: Fix logic for setting EMU_DATA_DIR.Gravatar Emmanuel Gil Peyrot2015-03-16
| | | | | | | | |
| | * | | | | | | Common: Make a #else more apparent.Gravatar Emmanuel Gil Peyrot2015-03-16
| |/ / / / / / / |/| | | | | | |
| | * | | | | | NCCH: Minor updates to the ncch headerGravatar purpasmart962015-03-15
| | |/ / / / /
* | | | | | | Merge pull request #657 from Subv/flipGravatar bunnei2015-03-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | GPU: Implemented the flip_data (bit 0) bit in display transfers.
| | | | | | * | dyncom: Implement SETENDGravatar Lioncash2015-03-14
| | | | | |/ /
| * | | | / / GPU: Implemented the flip_data (bit 0) bit in display transfers.Gravatar Subv2015-03-14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #658 from Subv/ref_temporaryGravatar Tony Wasserka2015-03-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | EmuWindow: Fixed a reference to a temporary variable