suyu/src/core
st4rk 07355cf7cc Added stubs for audio services. (#116)
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations

* fixing the changes requested (remove private, explicit)
2018-01-21 22:03:36 -05:00
..
arm Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
file_sys file_sys: Clang format fixes. 2018-01-21 15:51:45 -05:00
frontend yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
gdbstub gdbstub: Update registers and sizes for aarch64 2018-01-21 11:12:49 -06:00
hle Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
hw Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
loader deconstructed_rom_directory: Implement istorage loading for RomFS. 2018-01-21 15:39:31 -05:00
tracer Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
CMakeLists.txt Added stubs for audio services. (#116) 2018-01-21 22:03:36 -05:00
core.cpp Merge pull request #72 from N00byKing/patch-2 2018-01-20 23:11:10 -05:00
core.h core: Increase tight_loop 100x for speed. 2018-01-04 16:52:16 -05:00
core_timing.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
core_timing.h core_timing: Use 1.020GHz for core clock rate. 2018-01-08 19:18:50 -05:00
memory.cpp memory: Return false for large VAddr in IsValidVirtualAddress 2018-01-20 14:56:15 -06:00
memory.h Update memory.h 2018-01-16 15:27:13 -08:00
memory_setup.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
mmio.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
perf_stats.cpp UI: Fix frame rate perf stats 2018-01-16 20:44:02 -07:00
perf_stats.h
settings.cpp Remove references to PICA and rasterizers in video_core 2018-01-12 19:11:03 -07:00
settings.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
telemetry_session.cpp Port citra #3352 to yuzu (#103) 2018-01-19 19:36:09 -05:00
telemetry_session.h