Skip to content
Open

dev #29

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/RetroPlug.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file handles building each task as sub-project.
#
# Each task becomes an independent project in which you can experiment.
#
# Tasks are added as separate sub-projects so as compilation errors in
# one task don't affect another task.

2.8
project(RetroPlug)

set(CMAKE_CXX_STANDARD 17)


# Add tasks subprojects
include(cmake/utils.cmake)
add_subprojects(${CMAKE_SOURCE_DIR})
File renamed without changes.
Empty file added resources/info.plist.in
Empty file.
3 changes: 3 additions & 0 deletions src/au_factory.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//
// Created by MDN on 7/11/24.
//
3 changes: 3 additions & 0 deletions src/au_plugin.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//
// Created by MDN on 7/11/24.
//
10 changes: 0 additions & 10 deletions thirdparty/SameBoy-old/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions thirdparty/SameBoy-old/.github/FUNDING.yml

This file was deleted.

25 changes: 0 additions & 25 deletions thirdparty/SameBoy-old/.github/actions/LICENSE

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions thirdparty/SameBoy-old/.github/actions/install_deps.sh

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions thirdparty/SameBoy-old/.github/actions/sanity_tests.sh

This file was deleted.

36 changes: 0 additions & 36 deletions thirdparty/SameBoy-old/.github/workflows/sanity.yml

This file was deleted.

1 change: 0 additions & 1 deletion thirdparty/SameBoy-old/.gitignore

This file was deleted.

Loading