summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #555 from lioncash/lutGravatar bunnei2015-02-101-7/+7
|\
| * arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-101-7/+7
* | PTM: Fixed a problem with the gamecoin PTM file.Gravatar Subv2015-02-101-21/+13
* | Archives: Made the Format function more generic.Gravatar Subv2015-02-103-9/+10
* | Archives: Expose the File and Directory classes to HLEGravatar Subv2015-02-103-58/+62
* | ResultVal: Fixed compilation when reassigning a ResultVal.Gravatar Subv2015-02-101-3/+3
* | FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-1019-159/+199
* | FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-101-36/+26
|/
* Merge pull request #553 from lioncash/denormGravatar bunnei2015-02-102-0/+6
|\
| * vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-102-0/+6
* | dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-102-18/+35
|/
* Merge pull request #543 from Alegend45/masterGravatar Tony Wasserka2015-02-102-2/+49
|\
| * Add more blend equations from 3dbrewGravatar Darius Goad2015-02-092-2/+49
* | Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-097-284/+287
* | Merge pull request #551 from bunnei/mutex-fixesGravatar bunnei2015-02-093-20/+24
|\ \
| * | Mutex: Locks should be recursive.Gravatar bunnei2015-02-092-16/+20
| * | WaitSynch: Always reschedule (verified behavior on hw).Gravatar bunnei2015-02-091-4/+4
* | | vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-091-1/+1
* | | Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-093-215/+1
* | | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-094-192/+153
* | | vfp_helper: Normalize tabs to spacesGravatar Lioncash2015-02-091-172/+170
|/ /
* / Fix a wrong file name in a commentGravatar chinhodado2015-02-071-1/+1
|/
* vfp_helper: Remove unnecessary extern C blocksGravatar Lioncash2015-02-061-17/+1
* vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Gravatar Lioncash2015-02-063-150/+104
* Merge pull request #535 from bunnei/color-modifiersGravatar Tony Wasserka2015-02-053-74/+104
|\
| * Rasterizer: Implement the other color and alpha modifiers.Gravatar bunnei2015-02-042-58/+69
| * VideoCore: Added same-component swizzlers to math utility functions.Gravatar bunnei2015-02-041-16/+35
* | Merge pull request #537 from lioncash/vfpGravatar bunnei2015-02-041-6/+6
|\ \
| * | vfp: Fix VCVTGravatar Lioncash2015-02-041-6/+6
| |/
* | Merge pull request #536 from lioncash/deadGravatar bunnei2015-02-042-1765/+0
|\ \ | |/ |/|
| * vfp: Throw out unused codeGravatar Lioncash2015-02-042-1765/+0
* | Merge pull request #534 from neobrain/disassembler-improvementsGravatar Tony Wasserka2015-02-033-69/+66
|\ \
| * | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the...Gravatar Tony Wasserka2015-02-031-57/+60
| * | citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-032-12/+6
| |/
* / dyncom: Remove more unnecessary codeGravatar Lioncash2015-02-031-45/+3
|/
* core: Fix some warnings on OSXGravatar Lioncash2015-02-034-6/+5
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-0218-57/+41
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-026-12/+17
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-0217-8/+51
* Mutex: Replace g_mutex_held_locks with a set inside ThreadGravatar Yuri Kunde Schlesner2015-02-023-23/+18
* HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-021-0/+2
* SVC: Enable CloseHandle, clean up DuplicateHandleGravatar Yuri Kunde Schlesner2015-02-021-9/+5
* Kernel: Fix bug in HandleTable::CloseGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-022-9/+1
* Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-024-8/+16
* Kernel: Use separate Handle tables for CoreTiming userdataGravatar Yuri Kunde Schlesner2015-02-024-18/+25
* Kernel: Remove previous scheduled event when a Timer is re-SetGravatar Yuri Kunde Schlesner2015-02-021-0/+3
* FS: Remove use of GetHandleGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-024-18/+16
* Service: Store function names as const char* instead of std::stringGravatar Yuri Kunde Schlesner2015-02-021-6/+6