3578 Commits (8baae9d9828eff9bcaf24c5767ed03d05f7e617b)

Author SHA1 Message Date
Lectem 8baae9d982 IPC helpers example 9 years ago
Lectem 8f2b642415 IPC helpers 9 years ago
wwylele 488b7a4041 file_util: fix missing sysdata path 9 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core 9 years ago
mailwl 069a88dad7 Service/NWM: add nwm services 9 years ago
MerryMage f8cf87ce34 arm_dynarmic: Provide MemoryReadCode callback 9 years ago
bunnei 8b1e269e58 ThreadContext: Move from "core" to "arm_interface". 9 years ago
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 5ac5cbeab7 Address clang-format issues. 9 years ago
bunnei 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups. 9 years ago
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups. 9 years ago
bunnei 707cc66362 file_util: Remove unused paths. 9 years ago
bunnei 198b6c9bdd core: Consolidate top-level system state into a singleton. 9 years ago
bunnei 81e22ae8c7 loader: Remove duplicate docstrings. 9 years ago
Lioncash 8309d0dade citra-qt: Move graphics debugging code into its own folder 9 years ago
Lioncash f2c307557a disassembler: Remove mutable specifier from breakpoints member variable 9 years ago
Lioncash cc1f2c131b citra-qt: Move bits of constructor behavior to named functions 9 years ago
Albin Bernhardsson ddec9cb369 Use GL_TRUE when setting color_mask 9 years ago
CaptV0rt3x 393a0f99da line fixup for travis ci 9 years ago
Vamsi Krishna 77f4743199 screen swap - Hotkey mapping 9 years ago
Vamsi Krishna 0db22eadd5 Fixed GPLv2 license text in the start. 9 years ago
Vamsi Krishna 27217c621b Fixed game_list focusing issue. 9 years ago
bunnei 4798b1d04d Revert "Memory: Always flush whole pages from surface cache" 9 years ago
wwylele 5728e42634 Thread: remove the thread from the thread list when exiting 9 years ago
wwylele 4c9b80cee3 Kernel: remove object's waiting thread if it is dead 9 years ago
Lioncash 38a964735f gdbstub: const correctness changes 9 years ago
Yuri Kunde Schlesner c135317de1 VideoCore/Shader: Extract DebugData out from UnitState 9 years ago
Yuri Kunde Schlesner 6e7e767645 Remove unnecessary cast 9 years ago
Yuri Kunde Schlesner b5e3599704 VideoCore/Shader: Extract evaluate_condition lambda to function scope 9 years ago
Yuri Kunde Schlesner 960578f4e1 VideoCore/Shader: Extract call lambda up a scope and remove unused param 9 years ago
Yuri Kunde Schlesner e4e962bc7c VideoCore/Shader: Remove dynamic control flow in (Get)UniformOffset 9 years ago
Yuri Kunde Schlesner d27cb1dedc VideoCore/Shader: Move DebugData to a separate file 9 years ago
wwylele a7cd452ea1 FS: fix debug build from #2249 9 years ago
Lioncash ba20dd9b61 gdbstub: Remove global variable from public interface 9 years ago
Lioncash 3faa675d6b hid: Get rid of a double -> float truncation warning 9 years ago
Lioncash 2f3c1bdfb4 core: Add missing #pragma once directives where applicable 9 years ago
Lioncash d467b5ce4f act: Fix docstring typo 9 years ago
MerryMage 5a4e1b469d main: Open folder when open save folder location context menu is clicked 9 years ago
MerryMage f50dcc88bf game_list: Implement context menu for items in list 9 years ago
MerryMage 351b5d23f4 loader: Implement ReadProgramId 9 years ago
Yuri Kunde Schlesner fb9e856b91 shader_jit_x64: Use LOOPCOUNT_REG as a 64-bit reg when indexing 9 years ago
MerryMage 40b0ea1086 archive_source_sd_savedata: Add static method to get a specific save data path 9 years ago
Yuri Kunde Schlesner f2b9be9bd3 Memory: Always flush whole pages from surface cache 9 years ago
mailwl 7f27be1521 Service/CECD: Add cecd:ndm service 9 years ago
Yuri Kunde Schlesner ac9f937477 VideoCore: Make profiling scope more representative 9 years ago
Yuri Kunde Schlesner 945f554b84 VideoCore: Inline IsPicaTracing 9 years ago
Yuri Kunde Schlesner f00ada3363 VideoCore: Eliminate an unnecessary copy in the drawcall loop 9 years ago
Yuri Kunde Schlesner 5ff3206207 shader_jit_x64: Use Reg32 for LOOP* registers, eliminating casts 9 years ago
Yuri Kunde Schlesner f4e98ecf3f VideoCore: Convert x64 shader JIT to use Xbyak for assembly 9 years ago
Subv 016307ae65 Fixed the codestyle to match our clang-format rules. 9 years ago