mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 21:55:46 +00:00
remove solo executables (#106)
also, fixes CI not targeting the right flag settings. this pr needs to add the room exe removal from lime3ds. Signed-off-by: Aleksandr Popovich <alekpopo@pm.me> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/106 Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Co-committed-by: Aleksandr Popovich <alekpopo@pm.me>
This commit is contained in:
parent
bc55ed496f
commit
1f8b8e0fa1
13 changed files with 178 additions and 91 deletions
10
src/yuzu_room_standalone/yuzu_room_standalone.cpp
Normal file
10
src/yuzu_room_standalone/yuzu_room_standalone.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright eden Emulator Project
|
||||
// Licensed under GPLv3 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "dedicated_room/yuzu_room.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
LaunchRoom(argc, argv, false);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue