diff options
| author | 2014-04-30 20:12:01 -0700 | |
|---|---|---|
| committer | 2014-04-30 20:13:28 -0700 | |
| commit | 704075f04a8adda82141f3c68addfd6c34a08765 (patch) | |
| tree | 4f2d735372ffd90d59ec0cac28da76411c7c758f /src/core | |
| parent | Reverse debugging changes (diff) | |
| download | yuzu-704075f04a8adda82141f3c68addfd6c34a08765.tar.gz yuzu-704075f04a8adda82141f3c68addfd6c34a08765.tar.xz yuzu-704075f04a8adda82141f3c68addfd6c34a08765.zip | |
Fixed indents
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c8d95ba5d..11b90434d 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -50,10 +50,10 @@ set(HEADS core.h | |||
| 50 | arm/mmu/wb.h | 50 | arm/mmu/wb.h |
| 51 | elf/elf_reader.h | 51 | elf/elf_reader.h |
| 52 | elf/elf_types.h | 52 | elf/elf_types.h |
| 53 | file_sys/directory_file_system.h | 53 | file_sys/directory_file_system.h |
| 54 | file_sys/file_sys.h | 54 | file_sys/file_sys.h |
| 55 | file_sys/meta_file_system.h | 55 | file_sys/meta_file_system.h |
| 56 | hle/hle.h | 56 | hle/hle.h |
| 57 | hle/mrc.h | 57 | hle/mrc.h |
| 58 | hle/syscall.h | 58 | hle/syscall.h |
| 59 | hle/function_wrappers.h | 59 | hle/function_wrappers.h |