summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: DisplayTransfer: a less amazing algorithm for flipGravatar wwylele2016-09-291-8/+11
* gpu: keep the old signal strategy for null pointerGravatar wwylele2016-09-291-4/+8
* gpu: add validity check for TextureCopy, DisplayTransfer and FillMemoryGravatar wwylele2016-09-291-6/+88
* memory: fix IsValidVirtualAddress for RasterizerCachedMemoryGravatar wwylele2016-09-291-0/+3
* gpu: move MemoryFill, TextureCopy and DisplayTransfer into functionsGravatar wwylele2016-09-291-247/+249
* rasterizer: separate TextureCopy from DisplayTransferGravatar wwylele2016-09-293-6/+12
* Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner2016-09-216-10/+8
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-21164-168/+170
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-21289-731/+214
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-18169-812/+808
* Tweak formatting settingsGravatar Yuri Kunde Schlesner2016-09-181-4/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-18386-17707/+19187
* Dyncom: Disable clang-format on the decoding table.Gravatar Emmanuel Gil Peyrot2016-09-181-0/+3
* Sources: Add a .clang-format configuration file.Gravatar Emmanuel Gil Peyrot2016-09-181-0/+89
* VideoCore: Fix dangling lambda context in shader interpreterGravatar Yuri Kunde Schlesner2016-09-151-1/+1
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.Gravatar bunnei2016-09-151-5/+12
* microprofile: Double buffer size to 16MB.Gravatar bunnei2016-09-151-1/+1
* arm: ResetContext shouldn't be part of ARM_Interface.Gravatar bunnei2016-09-156-30/+17
* arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.Gravatar bunnei2016-09-152-2/+2
* dyncom: Use VFP_FPSCR/VFP_FPEXC.Gravatar bunnei2016-09-151-4/+4
* qt: Add UI configuration option to enable CPU JIT.Gravatar bunnei2016-09-152-0/+25
* core: Add configuration option for CPU JIT.Gravatar bunnei2016-09-155-7/+20
* dynarmic: Implement ARM CPU interface.Gravatar bunnei2016-09-153-0/+233
* Merge pull request #2064 from linkmauve/remove-readdir_rGravatar Yuri Kunde Schlesner2016-09-131-6/+2
|\
| * Common: readdir_r() is deprecated, switch to readdir().Gravatar Emmanuel Gil Peyrot2016-09-131-6/+2
* | Qt: fix birthday combo box updatingGravatar wwylele2016-09-131-2/+3
* | audio_core: Tweak audio latencyGravatar MerryMage2016-09-072-2/+2
|/
* Merge pull request #2050 from MerryMage/adpcmGravatar Yuri Kunde Schlesner2016-09-031-2/+2
|\
| * codec: Fix ADPCM distortion caused by incorrect nibble orderGravatar fincs2016-09-031-2/+2
* | Qt: unify running detectionGravatar wwylele2016-09-025-12/+9
|/
* Merge pull request #2032 from bunnei/qt-graphicsGravatar bunnei2016-08-3121-82/+251
|\
| * qt: Rename all "toogle" to "toggle".Gravatar bunnei2016-08-316-24/+24
| * qt: Add an option to settings for enabling V-Sync.Gravatar bunnei2016-08-291-0/+4
| * qt: Recreate GL context on startup to support changing V-Sync.Gravatar bunnei2016-08-293-25/+39
| * system: Add a function to see if the emulator is running.Gravatar bunnei2016-08-292-0/+11
| * config: Add a setting for graphics V-Sync.Gravatar bunnei2016-08-299-1/+20
| * qt: Add a configuration tab for Graphics and move relevant fields.Gravatar bunnei2016-08-298-48/+169
* | configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage2016-08-317-0/+24
* | audio_core: Add EnableStretching to interface so that one can toggle stretchi...Gravatar MerryMage2016-08-314-9/+52
* | sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::v...Gravatar MerryMage2016-08-315-9/+9
* | OpenGL: Avoid error on unsupported lighting LUTGravatar Jannik Vogel2016-08-301-0/+1
* | Merge pull request #2023 from yuriks/autobase-bcfntGravatar bunnei2016-08-303-30/+68
|\ \ | |/ |/|
| * Auto-detect original shared_font.bin memory baseGravatar Yuri Kunde Schlesner2016-08-273-30/+68
* | Merge pull request #1948 from wwylele/cro++Gravatar Yuri Kunde Schlesner2016-08-2814-99/+3041
|\ \
| * | LDR: Implement CROGravatar wwylele2016-08-279-99/+3013
| * | ARM: add ClearInstructionCache functionGravatar wwylele2016-08-273-0/+11
| * | Memory: add ReadCString functionGravatar wwylele2016-08-272-0/+17
| |/
* | Merge pull request #1987 from Lectem/ipcdescriptorsGravatar Yuri Kunde Schlesner2016-08-275-22/+110
|\ \ | |/ |/|
| * fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-025-22/+110
* | dyncom: Read-after-write in SMLAGravatar MerryMage2016-08-221-2/+4