mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
Network: Added an executable to host an dedicated room for local wifi
This commit is contained in:
parent
33a0e87ac2
commit
a40ef602a3
4 changed files with 261 additions and 0 deletions
17
src/dedicated_room/citra-room.rc
Normal file
17
src/dedicated_room/citra-room.rc
Normal file
|
@ -0,0 +1,17 @@
|
|||
#include "winresrc.h"
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
CITRA_ICON ICON "../../dist/citra.ico"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// RT_MANIFEST
|
||||
//
|
||||
|
||||
1 RT_MANIFEST "../../dist/citra.manifest"
|
Loading…
Add table
Add a link
Reference in a new issue