summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-012-6/+21
* Common: thread.h cleanupsGravatar Yuri Kunde Schlesner2015-04-161-65/+16
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-091-0/+18
* Merge pull request #641 from purpasmart96/service_stubsGravatar bunnei2015-04-032-0/+4
|\
| * Services: Stubs and minor changesGravatar purpasmart962015-04-022-0/+4
* | disassembler: Get rid of a const_castGravatar Lioncash2015-03-302-4/+4
|/
* Common: Fix logic for setting EMU_DATA_DIR.Gravatar Emmanuel Gil Peyrot2015-03-161-6/+5
* Common: Make a #else more apparent.Gravatar Emmanuel Gil Peyrot2015-03-161-5/+1
* EmuWindow: Fixed a reference to a temporary variableGravatar Subv2015-03-141-1/+1
* Merge pull request #642 from bunnei/touchpadGravatar bunnei2015-03-112-19/+101
|\
| * HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-102-68/+63
| * EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-102-11/+6
| * EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-102-1/+93
* | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-102-0/+2
|\ \ | |/ |/|
| * Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-092-0/+2
* | Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-095-7/+17
|\ \
| * | Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-065-7/+17
* | | Merge pull request #584 from yuriks/outline-assertsGravatar bunnei2015-03-081-6/+25
|\ \ \
| * | | Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner2015-02-181-6/+25
* | | | Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2015-03-072-2/+2
* | | | Merge pull request #636 from bunnei/refactor-screen-winGravatar bunnei2015-03-072-7/+75
|\ \ \ \
| * | | | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-072-7/+75
| | |_|/ | |/| |
* | | | Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-076-0/+534
|\ \ \ \ | |_|_|/ |/| | |
| * | | Profiler: Implement QPCClock to get better precision on Win32Gravatar Yuri Kunde Schlesner2015-03-012-1/+42
| * | | Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-016-0/+493
| |/ /
* / / Removed swap code redundancy and moved common swap code to swap.hGravatar archshift2015-03-053-127/+97
|/ /
* | Common: Switch to the XDG Base Directory Specification for directory selection.Gravatar Emmanuel Gil Peyrot2015-02-252-10/+69
* | Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-233-2/+2
|\ \
| * | Added information reporting from ThrowFatalErrorGravatar archshift2015-02-223-2/+2
* | | Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Gravatar Emmanuel Gil Peyrot2015-02-202-8/+8
* | | Misc cleanup of common and related functionsGravatar archshift2015-02-193-79/+28
* | | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-192-3/+3
* | | Remove "super lame/broken" file_search compilation unit that was leftover fro...Gravatar archshift2015-02-183-128/+0
* | | Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift2015-02-183-528/+0
* | | Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift2015-02-183-480/+0
* | | Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-187-178/+11
|/ /
* | Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-181-0/+7
|\ \ | |/ |/|
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-161-0/+7
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-141-3/+3
|\ \ | |/ |/|
| * Build: Fixed some warningsGravatar Subv2015-02-121-3/+3
* | backend: Add logging subentry for ldrGravatar Lioncash2015-02-121-0/+1
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-1015-105/+73
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-101-0/+1
|\
| * Services: Stub some functionsGravatar purpasmart962015-02-071-0/+1
* | Fix a wrong file name in a commentGravatar chinhodado2015-02-071-1/+1
|/
* Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2015-01-302-1/+7
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-213-10/+10
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-103-24/+8
* Merge pull request #431 from yuriks/thread-queue-cleanupGravatar bunnei2015-01-071-144/+74
|\
| * Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-071-144/+74