Skip to content

Commit

Permalink
Strip most of the repo to try to provide a minimal example
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Apr 11, 2024
1 parent 0d23b01 commit 0e9aaa1
Show file tree
Hide file tree
Showing 117 changed files with 6 additions and 12,553 deletions.
5 changes: 1 addition & 4 deletions src/libretro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from .api import *
from .driver import *
from .session import *
from .builder import *
from .error import *
from .core import *
from .error import *
1 change: 0 additions & 1 deletion src/libretro/_version.py

This file was deleted.

26 changes: 1 addition & 25 deletions src/libretro/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,4 @@
"""

from .audio import *
from .av import *
from .camera import *
from .content import *
from .disk import *
from .environment import *
from .input import *
from .led import *
from .location import *
from .log import *
from .memory import *
from .message import *
from .microphone import *
from .midi import *
from .netpacket import *
from .options import *
from .perf import *
from .power import *
from .proc import *
from .rumble import *
from .savestate import *
from .sensor import *
from .timing import *
from .user import *
from .vfs import *
from .video import *
from .av import *
70 changes: 0 additions & 70 deletions src/libretro/api/camera.py

This file was deleted.

Loading

0 comments on commit 0e9aaa1

Please sign in to comment.