| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1005 from DarkLordZach/registered-fmt | 2018-08-15 | 1 | -0/+2 | |
| |\ | | | | | file_sys: Add support for registration format | ||||
| | * | common: Move hex string processing to separate file | 2018-08-11 | 1 | -0/+2 | |
| | | | |||||
| * | | common: Remove unused old breakpoint source files | 2018-08-14 | 1 | -2/+0 | |
| |/ | | | | | | | These currently aren't used and contain commented out source code that corresponds to Dolphin's JIT. Given our CPU code is organized quite differently, we shouldn't be keeping this around (at the moment it just adds to compile times marginally). | ||||
| * | common: Remove synchronized_wrapper.h | 2018-07-21 | 1 | -1/+0 | |
| | | | | | This is entirely unused in the codebase. | ||||
| * | common: Remove chunk_file.h and linear_disk_cache.h | 2018-04-26 | 1 | -2/+0 | |
| | | | | | These are unused (and given chunk_file references Dolphin's >SVN< I doubt they were going to be used). | ||||
| * | common: Remove code_block.h | 2018-04-19 | 1 | -1/+0 | |
| | | | | | | We use dynarmic, so this is unued. Anything else we need will likely use Xbyak, so this header isn't necessary any more. | ||||
| * | common: Port cityhash code from Citra. | 2018-04-13 | 1 | -1/+2 | |
| | | |||||
| * | Merge pull request #262 from daniellimws/fmtlib-macros | 2018-04-02 | 1 | -1/+1 | |
| |\ | | | | | Logging: Add fmtlib-based macros | ||||
| | * | Logging: Create logging macros based on fmtlib | 2018-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used. | ||||
| * | | CMake: Set EMU_ARCH_BITS in CMakeLists.txt | 2018-03-21 | 1 | -1/+0 | |
| |/ | |||||
| * | Fix spelling error in CMakeLists | 2018-01-21 | 1 | -1/+1 | |
| | | | | Minor spelling error of its --> it's | ||||
| * | CMakeLists: Derive the source directory grouping from targets themselves | 2018-01-17 | 1 | -63/+57 | |
| | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | ||||
| * | Minor cleanup | 2018-01-13 | 1 | -1/+1 | |
| | | |||||
| * | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | 2018-01-08 | 1 | -0/+1 | |
| | | | | | * CoreTiming: New CoreTiming; Add Test for CoreTiming | ||||
| * | CMake: Create INTERFACE targets for microprofile and nihstro | 2017-05-27 | 1 | -1/+1 | |
| | | |||||
| * | CMake: Use IMPORTED target for Boost | 2017-05-27 | 1 | -0/+1 | |
| | | |||||
| * | CMake: Correct inter-module dependencies and library visibility | 2017-05-27 | 1 | -1/+1 | |
| | | | | | | | | | | | Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | ||||
| * | Move framebuffer_layout from Common to Core | 2017-05-27 | 1 | -2/+0 | |
| | | | | | | | This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | ||||
| * | common: Add a generic interface for logging telemetry fields. | 2017-05-24 | 1 | -0/+2 | |
| | | |||||
| * | Remove unused symbols code | 2017-05-07 | 1 | -2/+0 | |
| | | |||||
| * | Common: add ParamPackage | 2017-03-01 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #2587 from yuriks/status-bar | 2017-02-26 | 1 | -2/+0 | |
| |\ | | | | | Replace built-in Profiler with indicators in status bar | ||||
| | * | Remove built-in (non-Microprofile) profiler | 2017-02-26 | 1 | -2/+0 | |
| | | | |||||
| * | | Gui: Change title bar to include build name | 2017-02-23 | 1 | -0/+23 | |
| |/ | | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | ||||
| * | Common/x64: remove legacy emitter and abi (#2504) | 2017-01-31 | 1 | -4/+1 | |
| | | | | These are not used any more since we moved shader JIT to xbyak. | ||||
| * | Common: add Quaternion | 2016-12-26 | 1 | -0/+1 | |
| | | |||||
| * | core: Move emu_window and key_map into core | 2016-12-23 | 1 | -4/+0 | |
| | | | | | * Removes circular dependences (common should not depend on core) | ||||
| * | VideoCore: Convert x64 shader JIT to use Xbyak for assembly | 2016-12-14 | 1 | -1/+7 | |
| | | |||||
| * | Support additional screen layouts. | 2016-11-05 | 1 | -0/+2 | |
| | | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
| * | Common: Remove section measurement from profiler (#1731) | 2016-04-29 | 1 | -1/+0 | |
| | | | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | ||||
| * | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 1 | -1/+0 | |
| | | |||||
| * | PICA: Align vertex attributes | 2016-03-13 | 1 | -0/+1 | |
| | | |||||
| * | common: Get rid of debug_interface.h | 2015-09-11 | 1 | -1/+0 | |
| | | | | | | | This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms. | ||||
| * | Common: Import BitSet from Dolphin | 2015-09-01 | 1 | -0/+1 | |
| | | |||||
| * | Integrate the MicroProfile profiling library | 2015-08-24 | 1 | -0/+3 | |
| | | | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view. | ||||
| * | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | 2015-08-15 | 1 | -1/+1 | |
| | | |||||
| * | Common: Move cpu_detect to x64 directory. | 2015-08-15 | 1 | -2/+2 | |
| | | |||||
| * | x64: Refactor to remove fake interfaces and general cleanups. | 2015-08-15 | 1 | -12/+6 | |
| | | |||||
| * | Common: Added MurmurHash3 hash function for general-purpose use. | 2015-08-15 | 1 | -1/+3 | |
| | | |||||
| * | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | 2015-08-15 | 1 | -2/+12 | |
| | | |||||
| * | Common: Ported over Dolphin's code for x86 CPU capability detection. | 2015-08-15 | 1 | -0/+8 | |
| | | |||||
| * | Common: Remove thunk.h | 2015-07-10 | 1 | -1/+0 | |
| | | | | | This isn't used, and there's no implementations of the member functions. | ||||
| * | Common: Remove unused fifo_queue.h. | 2015-06-27 | 1 | -1/+0 | |
| | | |||||
| * | Move video_core/color.h to common/color.h | 2015-05-30 | 1 | -0/+1 | |
| | | |||||
| * | Move video_core/math.h to common/vector_math.h | 2015-05-30 | 1 | -0/+1 | |
| | | | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | ||||
| * | Merge pull request #758 from yuriks/sync-logging | 2015-05-15 | 1 | -1/+0 | |
| |\ | | | | | Common: Remove async logging | ||||
| | * | Remove unused concurrent_ring_buffer.h | 2015-05-15 | 1 | -1/+0 | |
| | | | |||||
| * | | Common: Remove unused cruft from math_util, and remove a duplicated Rect ↵ | 2015-05-14 | 1 | -1/+0 | |
| |/ | | | | class in common_types. | ||||
| * | Common: Remove mem_arena.cpp/h | 2015-05-07 | 1 | -2/+0 | |
| | | | | | | | It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again. | ||||
| * | Common: Remove hash.cpp/h | 2015-05-07 | 1 | -2/+0 | |
| | | | | | Currently unused and the code quality is pretty questionable. | ||||