aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Collapse)AuthorAge
...
* | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-10
|\ \ | | | | | | Implement SetLcdForceBlack and add implementation for color filling in the GPU code
| | * EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-10
| | |
| | * EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-10
| |/ |/|
| * Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-09
| |
* | Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-09
|\ \ | | | | | | Apply the logging filter before sending the message to the queue
* \ \ Merge pull request #584 from yuriks/outline-assertsGravatar bunnei2015-03-08
|\ \ \ | | | | | | | | Asserts: Use lambdas to keep assertion code away from the main code path
* | | | Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2015-03-07
| | | |
* | | | Merge pull request #636 from bunnei/refactor-screen-winGravatar bunnei2015-03-07
|\ \ \ \ | | | | | | | | | | Set framebuffer layout from EmuWindow.
| * | | | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-07
| | |_|/ | |/| |
* | | | Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-07
|\ \ \ \ | | | | | | | | | | Add profiling infrastructure and widget
| | | | * Logging: check for filter before sending to the queue, to skip all heavy ↵Gravatar Emmanuel Gil Peyrot2015-03-06
| |_|_|/ |/| | | | | | | | | | | formatting on the other thread.
* | | | Removed swap code redundancy and moved common swap code to swap.hGravatar archshift2015-03-05
| |/ / |/| |
| * | Profiler: Implement QPCClock to get better precision on Win32Gravatar Yuri Kunde Schlesner2015-03-01
| | | | | | | | | | | | | | | | | | MSVC 2013 (at least) doesn't use QueryPerformanceCounter to implement std::chrono::high_resolution_clock, so it has bad precision. Manually implementing our own clock type using it works around this for now.
| * | Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|/ /
* | Common: Switch to the XDG Base Directory Specification for directory selection.Gravatar Emmanuel Gil Peyrot2015-02-25
| | | | | | | | This allows for easily movable and independent configuration and data directories, using standardized paths.
* | Merge pull request #581 from archshift/tfeGravatar bunnei2015-02-23
|\ \ | | | | | | Added information reporting from ThrowFatalError
| * | Added information reporting from ThrowFatalErrorGravatar archshift2015-02-22
| | | | | | | | | | | | This was RE'd from the errdisp applet.
* | | Common: Change names containing “Dolphin” or “PPSSPP” to something ↵Gravatar Emmanuel Gil Peyrot2015-02-20
| | | | | | | | | | | | more generic.
* | | Misc cleanup of common and related functionsGravatar archshift2015-02-19
| | |
* | | Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-19
| | |
* | | Remove "super lame/broken" file_search compilation unit that was leftover ↵Gravatar archshift2015-02-18
| | | | | | | | | | | | from Dolphin
* | | Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift2015-02-18
| | |
* | | Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift2015-02-18
| | |
* | | Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-18
|/ /
* | Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-18
|\ \ | | | | | | ConfigMem: Clean up the Config memory to be more like the shared page
| | * Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner2015-02-18
| |/ |/|
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-16
| | | | | | | | the helper macro for padding to common_funcs.h
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-14
|\ \ | |/ |/| Build: Fixed some warnings
* | backend: Add logging subentry for ldrGravatar Lioncash2015-02-12
| | | | | | | | Fixes an assertion upon executing citra in debug mode.
| * Build: Fixed some warningsGravatar Subv2015-02-12
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\ | | | | Services: Stub some functions
| * Services: Stub some functionsGravatar purpasmart962015-02-07
| |
* | Fix a wrong file name in a commentGravatar chinhodado2015-02-07
|/
* Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2015-01-30
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
|
* Logging: Log all called service functions (under trace). Compile out all ↵Gravatar archshift2015-01-10
| | | | trace logs under release for performance.
* Merge pull request #431 from yuriks/thread-queue-cleanupGravatar bunnei2015-01-07
|\ | | | | Common: Clean up ThreadQueueList
| * Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-07
| | | | | | | | | | | | | | | | Replace all the C-style complicated buffer management with a std::deque. In addition to making the code easier to understand it also adds support for non-POD IdTypes. Also clean the rest of the code to follow our code style.
* | Merge pull request #425 from Subv/coretimingGravatar bunnei2015-01-07
|\ \ | |/ |/| Ported the CoreTiming namespace from PPSSPP
| * CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-07
| | | | | | | | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
* | Merge pull request #421 from linkmauve/remove-dead-platformsGravatar bunnei2015-01-06
|\ \ | | | | | | Remove dead platform #ifdefs to make the code more readable.
* \ \ Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-06
|\ \ \ | | | | | | | | Archives: Change the folder layout of some archives.
| | * | Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| |/ / |/| | | | | | | | | | | | | | Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there.
* | | Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot2015-01-05
| | |
* | | Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot2015-01-05
| |/ |/|
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
| | | | | | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
| * SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-03
| | | | | | | | under /nand/title/high/low/content/00000000.app.romfs
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-02
|/ | | | This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
| | | | Fixed a few warnings and cleaned up the code