Browse Source
Merge pull request #6225 from ameerj/unused-header
yuzu_cmd: Remove unused resource.h
pull/15/merge
Morph
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
17 deletions
-
src/yuzu_cmd/CMakeLists.txt
-
src/yuzu_cmd/resource.h
|
|
|
@ -20,7 +20,6 @@ add_executable(yuzu-cmd |
|
|
|
emu_window/emu_window_sdl2_gl.h |
|
|
|
emu_window/emu_window_sdl2_vk.cpp |
|
|
|
emu_window/emu_window_sdl2_vk.h |
|
|
|
resource.h |
|
|
|
yuzu.cpp |
|
|
|
yuzu.rc |
|
|
|
) |
|
|
|
|
|
|
|
@ -1,16 +0,0 @@ |
|
|
|
//{{NO_DEPENDENCIES}} |
|
|
|
// Microsoft Visual C++ generated include file. |
|
|
|
// Used by pcafe.rc |
|
|
|
// |
|
|
|
#define IDI_ICON3 103 |
|
|
|
|
|
|
|
// Next default values for new objects |
|
|
|
// |
|
|
|
#ifdef APSTUDIO_INVOKED |
|
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
|
|
|
#define _APS_NEXT_RESOURCE_VALUE 105 |
|
|
|
#define _APS_NEXT_COMMAND_VALUE 40001 |
|
|
|
#define _APS_NEXT_CONTROL_VALUE 1001 |
|
|
|
#define _APS_NEXT_SYMED_VALUE 101 |
|
|
|
#endif |
|
|
|
#endif |