2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files
Given this is utilized by the loaders, this allows avoiding inclusion of
the kernel process definitions where avoidable.

This also keeps the loading format for all executable data separate from
the kernel objects.
2019-03-20 13:07:04 -04:00
..
audio_core audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 2019-03-09 18:06:23 -05:00
common core: Move PageTable struct into Common. 2019-03-16 22:05:40 -04:00
core kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
input_common input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 2019-03-17 04:02:52 -04:00
tests core: Move PageTable struct into Common. 2019-03-16 22:05:40 -04:00
video_core gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 2019-03-16 22:03:19 -04:00
web_service
yuzu video_core: Refactor to use MemoryManager interface for all memory access. 2019-03-16 00:38:48 -04:00
yuzu_cmd Fix getopt on systems where char is unsigned by default 2019-03-19 23:53:40 +01:00
.clang-format
CMakeLists.txt