summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-03-14EmuWindow: Fixed a reference to a temporary variableSubv
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei
2015-03-10EmuWindow: Added infrastructure code to enable touchpad support.bunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-09Merge pull request #634 from linkmauve/logging-performancesbunnei
2015-03-08Merge pull request #584 from yuriks/outline-assertsbunnei
2015-03-07Fixed EmuWindow typo (fixes OSX build)bunnei
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-06Logging: check for filter before sending to the queue, to skip all heavy form...Emmanuel Gil Peyrot
2015-03-05Removed swap code redundancy and moved common swap code to swap.harchshift
2015-03-01Profiler: Implement QPCClock to get better precision on Win32Yuri Kunde Schlesner
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-25Common: Switch to the XDG Base Directory Specification for directory selection.Emmanuel Gil Peyrot
2015-02-23Merge pull request #581 from archshift/tfebunnei
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-20Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Emmanuel Gil Peyrot
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Remove "super lame/broken" file_search compilation unit that was leftover fro...archshift
2015-02-18Remove redundant utf8 compilation unit that was leftover from Dolphinarchshift
2015-02-18Remove useless extended_trace compilation unit that was leftover from Dolphinarchshift
2015-02-18Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift
2015-02-18Merge pull request #570 from purpasmart96/config_membunnei
2015-02-18Asserts: Use lambdas to keep assertion code away from the main code pathYuri Kunde Schlesner
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
2015-02-14Merge pull request #529 from Subv/masterbunnei
2015-02-12backend: Add logging subentry for ldrLioncash
2015-02-12Build: Fixed some warningsSubv
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10Merge pull request #526 from purpasmart96/citra_stubsbunnei
2015-02-07Services: Stub some functionspurpasmart96
2015-02-07Fix a wrong file name in a commentchinhodado
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Yuri Kunde Schlesner
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-07Merge pull request #431 from yuriks/thread-queue-cleanupbunnei
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
2015-01-07Merge pull request #425 from Subv/coretimingbunnei
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
2015-01-06Merge pull request #421 from linkmauve/remove-dead-platformsbunnei
2015-01-06Merge pull request #376 from Subv/arc_reorderbunnei
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Emmanuel Gil Peyrot
2015-01-05Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Emmanuel Gil Peyrot
2015-01-05Common: Remove the unused x86-specific 128-bit float type.Emmanuel Gil Peyrot
2015-01-03Archives: Changed the way paths are built for the archives.Subv