We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ac10a commit 345cf31Copy full SHA for 345cf31
src_py/__init__.py
@@ -379,16 +379,6 @@ def __color_reduce(c):
379
380
copyreg.pickle(Color, __color_reduce, __color_constructor)
381
382
-# This is the wasm "vendor" patch that allows to bind certain modules
383
-# like eg camera or mixer.music to host implementation.
384
-# also allow for experimenting more support without need to modify pygame.
385
-if sys.platform in ("wasi", "emscripten"):
386
- try:
387
- import pygame_wasm_patches
388
- del pygame_wasm_patches
389
- except (ImportError, OSError):
390
- pass
391
-
392
# Thanks for supporting pygame. Without support now, there won't be pygame later.
393
if "PYGAME_HIDE_SUPPORT_PROMPT" not in os.environ:
394
print(
0 commit comments