Browse Source
Merge pull request #211 from linkmauve/master
Merge pull request #211 from linkmauve/master
Remove trailing spaces from the entire projectpull/15/merge
84 changed files with 460 additions and 460 deletions
-
28CONTRIBUTING.md
-
2src/citra/citra.cpp
-
4src/citra/emu_window/emu_window_glfw.h
-
6src/citra_qt/bootmanager.cpp
-
2src/citra_qt/bootmanager.hxx
-
4src/citra_qt/config/controller_config_util.cpp
-
6src/citra_qt/debugger/callstack.cpp
-
28src/citra_qt/debugger/registers.cpp
-
10src/citra_qt/debugger/registers.hxx
-
14src/common/chunk_file.h
-
14src/common/common_funcs.h
-
6src/common/common_types.h
-
24src/common/console_listener.cpp
-
26src/common/extended_trace.cpp
-
2src/common/fifo_queue.h
-
2src/common/file_search.cpp
-
62src/common/file_util.cpp
-
186src/common/file_util.h
-
32src/common/hash.cpp
-
6src/common/linear_disk_cache.h
-
6src/common/log.h
-
10src/common/log_manager.cpp
-
4src/common/log_manager.h
-
14src/common/math_util.cpp
-
12src/common/mem_arena.cpp
-
8src/common/memory_util.cpp
-
42src/common/msg_handler.h
-
18src/common/string_util.cpp
-
2src/common/string_util.h
-
4src/common/symbols.cpp
-
6src/common/thread.cpp
-
8src/common/thread.h
-
4src/common/thread_queue_list.h
-
6src/core/arm/arm_interface.h
-
4src/core/arm/disassembler/load_symbol_map.cpp
-
4src/core/arm/dyncom/arm_dyncom.cpp
-
2src/core/arm/dyncom/arm_dyncom.h
-
2src/core/arm/dyncom/arm_dyncom_interpreter.h
-
4src/core/arm/interpreter/arm_interpreter.cpp
-
2src/core/arm/interpreter/arm_interpreter.h
-
50src/core/core_timing.cpp
-
2src/core/file_sys/archive.h
-
2src/core/file_sys/archive_romfs.h
-
2src/core/hle/config_mem.cpp
-
2src/core/hle/coprocessor.cpp
-
4src/core/hle/function_wrappers.h
-
6src/core/hle/hle.cpp
-
2src/core/hle/hle.h
-
2src/core/hle/kernel/address_arbiter.h
-
6src/core/hle/kernel/archive.cpp
-
4src/core/hle/kernel/event.cpp
-
2src/core/hle/kernel/event.h
-
6src/core/hle/kernel/kernel.cpp
-
10src/core/hle/kernel/kernel.h
-
4src/core/hle/kernel/mutex.cpp
-
2src/core/hle/kernel/mutex.h
-
4src/core/hle/kernel/shared_memory.cpp
-
4src/core/hle/kernel/shared_memory.h
-
38src/core/hle/kernel/thread.cpp
-
2src/core/hle/kernel/thread.h
-
2src/core/hle/service/ac_u.h
-
4src/core/hle/service/apt_u.cpp
-
4src/core/hle/service/apt_u.h
-
4src/core/hle/service/boss_u.cpp
-
4src/core/hle/service/err_f.cpp
-
2src/core/hle/service/err_f.h
-
2src/core/hle/service/fs_user.cpp
-
2src/core/hle/service/hid_user.h
-
2src/core/hle/service/mic_u.cpp
-
2src/core/hle/service/service.cpp
-
14src/core/hle/service/service.h
-
28src/core/hle/svc.cpp
-
2src/core/hle/svc.h
-
6src/core/hw/hw.cpp
-
4src/core/loader/elf.cpp
-
6src/core/loader/ncch.cpp
-
2src/core/loader/ncch.h
-
16src/core/system.h
-
4src/video_core/debug_utils/debug_utils.cpp
-
2src/video_core/debug_utils/debug_utils.h
-
2src/video_core/renderer_base.h
-
2src/video_core/renderer_opengl/renderer_opengl.cpp
-
4src/video_core/utils.cpp
-
20src/video_core/utils.h
@ -1,6 +1,6 @@ |
|||
// Copyright 2014 Citra Emulator Project |
|||
// Licensed under GPLv2 |
|||
// Refer to the license.txt file included. |
|||
// Refer to the license.txt file included. |
|||
|
|||
#pragma once |
|||
|
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue