O Desmume i jego deweloperskich wersjach DeSmuMe naprawdę dawno już nie wspomniałem. Projekt ma się dobrze i cały czas coś się dzieje na zapleczu, może nie jest już tak spektakularnie gdy w zasadzie był jedynym żywym wśród emulatorów Nintendo DS, ale jednak. Sporym minusem zabawy z DeSmume jest ostatnio problem z dostępem do buildów z AppVeyor, w sumie nie wiadomo czy w związku z faktycznym obłożeniem tego distro, czy też z innych, bardziej prozaicznych źródeł;) - działa za to link do "nocnych" wersji na stronie projektu.
Ostatnia powiedzmy pełna wersja DesMuMe x64 0.9.13 tego emulatora ukazała się 23 Maja 2023 roku
Dev DesMUME 0.0.0.1469/1 Sep, 2024
- [zeromus] fix more screw-ups in unicode support. fixes #828
Dev DesMUME 0.0.0.1468 (8f9c6892) 28 Aug, 2024 1 by rogerman
- [rogerman] OpenGL Renderer: Fix an initialization issue with the clear image shader program when running the 3.2 Core Profile renderer for a driver that only supports OpenGL v3.2. (Regression from commit e2a25e2. Fixes #827.)
Dev DesMUME 0.0.0.1467 (42667020) 27 Aug, 2024 1 by zeromus
- [zeromus] fix ensata emulation? (re: #184)
Dev DesMUME 0.0.0.1466 (64132f76) 23 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix a bug where having Edge Mark enabled could cause fragments to disappear. (Regression from commit f910c61.)
Dev DesMUME 0.0.0.1465 (00b8df1b) 16 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Add entry point for glClientWaitSync, fixing compiling on Windows. (Regression from commit f910c61.)
Dev DesMUME 0.0.0.1464 (f910c619) 16 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Add new rendering resource classes, and do some misc. refactoring.
Dev DesMUME 0.0.0.1463 (f84a8044) 14 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix bug where clear images were Y-flipped. (Regression from commit 3db6d56.)
Dev DesMUME 0.0.0.1462 (8197174d) 12 Aug, 2024 2 by rogerman
- [rogerman] OpenGL ES Renderer: Fix a bug where the final output framebuffer is Y-flipped. (Regression from commit 3db6d56.)
Dev DesMUME 0.0.0.1461 (3db6d567) 12 Aug, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Do some more code cleanup and tune-ups.
Dev DesMUME 0.0.0.1460 (9bbfca52) 11 Aug, 2024 by rogerman
- [rogerman] Remove redundant and currently unused Makefile.
Dev DesMUME 0.0.0.1459 (04f97d57) 11 Aug, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: Fix a major performance bug on many ARM-based mobile devices with integrated GPUs.
Dev DesMUME 0.0.0.1458 (ea648f71) 10 Aug, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Do some minor tune-ups.
Dev DesMUME 0.0.0.1457 (c75c1ce2) 9 Aug, 2024 2 by rogerman
- [rogerman] Linux Ports (All): Update Autotools and Meson scripts to add JIT support for ARM targets.
Dev DesMUME 0.0.0.1456 (9e872d48) by
- [] CLI port: Allow to map NDS keys to joystick buttons.
Dev DesMUME 0.0.0.1455 (2e01c0a8) 9 Aug, 2024 by rogerman
- [rogerman] Linux Ports (All): Update the Code::Blocks project file to add build targets for AArch64. Also do some other misc. updates.
Dev DesMUME 0.0.0.1454 (7c92ad89) by
- [] Fix another whitespace
Dev DesMUME 0.0.0.1453 (e6f9ebc6) by
- [] Fix whitespaces and add comment
Dev DesMUME 0.0.0.1452 (b799d947) 8 Aug, 2024 2 by rogerman
- [rogerman] Colorspace Handler: Fix compiling for strict NEON.
Dev DesMUME 0.0.0.1451 (154b480d) by
- [] CLI port: Allow to map NDS keys to joystick buttons.
Dev DesMUME 0.0.0.1450 (176e38ce) 7 Aug, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Simplify the code by removing the references to multiple output shaders, since commit 0c7cb99 has obsoleted them.
Dev DesMUME 0.0.0.1449 (c5ab8a6e) 7 Aug, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: Fix a bug where RGBA6665 color output would fail. (Regression from commit de9fc5a.)
Dev DesMUME 0.0.0.1448 (de9fc5ab) 7 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Remove the additional FBOs that were introduced in commits 60385bd, 8b5ac56, and 3ef9271 in an attempt to fix rendering on old GPUs like the Intel HD 4000. (Fixes #820.)
Dev DesMUME 0.0.0.1447 (5baeb027) 4 Aug, 2024 by rogerman
- [rogerman] Cocoa Port: Fix OpenGL context creation on older macOS.
Dev DesMUME 0.0.0.1446 (d7dcc85d) 3 Aug, 2024 2 by rogerman
- [rogerman] GTK / GTK2 Ports: EGL contexts running legacy OpenGL no longer require the EGL_KHR_surfaceless_context extension.
Dev DesMUME 0.0.0.1445 (79f3f940) 3 Aug, 2024 1 by rogerman
- [rogerman] GTK2 Port: Set the audio volume in the same way as the GTK port so that the audio volume is consistent between the two ports.
Dev DesMUME 0.0.0.1444/2 Aug, 2024 2
- [rogerman] Linux Port (GTK/GTK2): Remove the requirement for libGLX.so when requesting a GLX context since libGL.so is all we need here.
Dev DesMUME 0.0.0.1443 (4427b863) 2 Aug, 2024 by rogerman
- [rogerman] Linux Port (GTK/GTK2): Fix compiling in glx_3Demu.cpp.
Dev DesMUME 0.0.0.1442 (15f5b169) 2 Aug, 2024 by rogerman
- [rogerman] Video Filters: Improve performance of Deposterize and XBRZ CPU-based filters. (Based on PR #631.)
Dev DesMUME 0.0.0.1441 (be51e41c) 2 Aug, 2024 by rogerman
- [rogerman] Ugh, let's try fixing the last stubborn Meson build script...
Dev DesMUME 0.0.0.1440 (46990f2d) 2 Aug, 2024 by rogerman
- [rogerman] Fix some issues with Meson build scripts. (Regression from commit ca566eb.)
Dev DesMUME 0.0.0.1439 (ca566eb1) 2 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Finalize all renderer-client integration to "just work".
Dev DesMUME 0.0.0.1438 (0a78fa2a) 1 Aug, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix a few bugs here and there.
Dev DesMUME 0.0.0.1437 (2f177d19) 26 Jul, 2024 2 by rogerman
- [rogerman] Cocoa Port: Update OpenGL renderer integration code to reflect current design patterns.
Dev DesMUME 0.0.0.1436 (4c90c2d9) 26 Jul, 2024 2 by rogerman
- [rogerman] OpenGL ES Renderer: Finalize the last remaining bug fixes so that the ES renderer can work "out of the box".
Dev DesMUME 0.0.0.1435 (d6532b9e) 25 Jul, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: Fix TBO-based polygon state uploading.
Dev DesMUME 0.0.0.1434 (d58c0e93) 24 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Oops! Fix a compiling issue introduced in commit e2a25e2.
Dev DesMUME 0.0.0.1433 (e2a25e24) 24 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix various rendering bugs.
Dev DesMUME 0.0.0.1432 (f323dc46) 23 Jul, 2024 by rogerman
- [rogerman] Windows Port: Fix bug where the OpenGL 3D renderer would fail to initialize at program startup. (Regression from commit 76fe5f7. Fixes #815.)
Dev DesMUME 0.0.0.1431 (8e77a8d9) by zeromus
- [zeromus] Merge pull request #818 from cyanea-bt/windows_paths
Dev DesMUME 0.0.0.1430 (57544254) by cyanea-bt
- [cyanea-bt] Windows Port: Fix empty defaults for path settings.
Dev DesMUME 0.0.0.1429 (bd1f9887) by cyanea-bt
- [cyanea-bt] Fix OpenGL renderer init failure.
Dev DesMUME 0.0.0.1428 (12ed7dd0) 22 Jul, 2024 by rogerman
- [rogerman] Colorspace Handler: Fix alpha detection logic in ColorspaceConvert5551To8888_*() and ColorspaceConvert5551To6665_*().
Dev DesMUME 0.0.0.1427 (368cd49f) 21 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Tighten up some code related to clear image.
Dev DesMUME 0.0.0.1426 (3ef92710) 21 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix some longstanding graphical glitches related to running Edge Mark and Fog with MSAA.
Dev DesMUME 0.0.0.1425 (8b5ac56d) 19 Jul, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: More FBO rework.
Dev DesMUME 0.0.0.1424 (51622bbc) by Max Fedotov
- [Max Fedotov] Merge branch 'TASEmulators:master' into master
Dev DesMUME 0.0.0.1423 (60385bd0) 19 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Rework how the output framebuffers work.
Dev DesMUME 0.0.0.1422 (811e1de4) 18 Jul, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Oops! Roll back some internal test code that accidentally slipped into commit 0c7cb99.
Dev DesMUME 0.0.0.1421 (3e650f2f) 18 Jul, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Add entry point for glBlendColor, fixing compiling on Windows. (Regression from commit 0c7cb99.)
Dev DesMUME 0.0.0.1420 (0c7cb99d) 18 Jul, 2024 2 by rogerman
- [rogerman] OpenGL Renderer: Greatly simplify the fog rendering pass.
Dev DesMUME 0.0.0.1419 (a7c139b7) by Max Fedotov
- [Max Fedotov] Merge branch 'TASEmulators:master' into master
Dev DesMUME 0.0.0.1418 (70fef83d) 17 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Fix bug when the screen wasn't being cleared properly when no polygons are being sent to the renderer. (Regression from commit 241ca96.)
Dev DesMUME 0.0.0.1417 (ff9231bb) 16 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: 16-bit texture data that is converted to 32-bit is now byte-swapped correctly on big endian systems.
Dev DesMUME 0.0.0.1416 (ab1d37a4) 16 Jul, 2024 by rogerman
- [rogerman] Colorspace Handler: Fix compiling on AltiVec systems. (Regression from commit 586aea5.)
Dev DesMUME 0.0.0.1415 (cc0b3ed0) 16 Jul, 2024 by rogerman
- [rogerman] Cocoa Port: Update the OpenGL blitter code to reflect the current code pattern in OGLRender.h.
Dev DesMUME 0.0.0.1414 (80694cd9) 16 Jul, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: More ES fixes.
Dev DesMUME 0.0.0.1413 (586aea53) 16 Jul, 2024 by rogerman
- [rogerman] Colorspace Handler: Add new functions for 16-bit to 18-bit and 32-bit color conversion, now respecting the 16-bit color's alpha bit.
Dev DesMUME 0.0.0.1412/4b0805e1
- [Roger Manuel] Windows Port: Fix yet another compiling issue related to the OpenGL context. (Fixes #811.)
Dev DesMUME 0.0.0.1411 (3a31d0d7) by thesource
- [thesource] Tabs/spaces and some tweaks
Dev DesMUME 0.0.0.1410 (9a75aabe) by thesource
- [thesource] Fix GLES initialization
Dev DesMUME 0.0.0.1409 (8e521902) by thesource
- [thesource] GTK: add OpenGL ES support
Dev DesMUME 0.0.0.1408 (15a6e517) 15 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Add support for Fog, Edge Mark, and on-GPU framebuffer color conversion for ancient GPUs that have support for shaders and FBOs, but lack support for GL_EXT_framebuffer_blit.
Dev DesMUME 0.0.0.1407 (de62116c) 15 Jul, 2024 by rogerman
- [rogerman] Windows Port: Fix OpenGL renderer init failure. (Regression from commit 76fe5f7. Fixes #810.)
Dev DesMUME 0.0.0.1406 (241ca96c) 13 Jul, 2024 1 by rogerman
- [rogerman] OpenGL Renderer: Fix issues that would throw a GL error.
Dev DesMUME 0.0.0.1405 (aaf88d9f) 13 Jul, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: More ES tune-ups.
Dev DesMUME 0.0.0.1404 (d480f95d) 12 Jul, 2024 2 by rogerman
- [rogerman] Cocoa Port: Fix yet another crash-on-exit bug that could happen when running on an older system.
Dev DesMUME 0.0.0.1403 (dd88556d) by SimonAfek
- [SimonAfek] CI: update github workflows (#809)
Dev DesMUME 0.0.0.1402 (4dd29dbf) by SimonAfek
- [SimonAfek] build_win.yml: Update deprecated actions
Dev DesMUME 0.0.0.1401 (00dd6fb9) 11 Jul, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: Use the proper ES extension header, and also avoid double #defining some of the tokens.
Dev DesMUME 0.0.0.1400 (bb3011c2) 11 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Return to a more traditional method of doing texture reads in shaders, effectively removing dependent texture reads where appropriate.
Dev DesMUME 0.0.0.1399 (86a29d76) 10 Jul, 2024 2 by rogerman
- [rogerman] OpenGL ES Renderer: Do some minor changes/fixes.
Dev DesMUME 0.0.0.1398 (3a6f2f6d) 10 Jul, 2024 by rogerman
- [rogerman] OpenGL ES Renderer: Add a new OpenGL ES 3.0 renderer.
Dev DesMUME 0.0.0.1397 (0e88f9aa) 10 Jul, 2024 by rogerman
- [rogerman] OpenGL Renderer: Final changes for OpenGL ES compatibility.
Dev DesMUME 0.0.0.1396 (384854f6) 9 Jul, 2024 1 by rogerman
- [rogerman] OpenGL Renderer: More updates to the 3.2 Core Profile renderer to be more cross-compatible with OpenGL ES 3.0.
Dev DesMUME 0.0.0.1395 (7dbece10) 7 Jul, 2024 by rogerman
- [rogerman] OpenGL: Do some minor changes to the 3.2 Core Profile renderer to make it more cross-compatible with OpenGL ES 3.0.
Dev DesMUME 0.0.0.1394 (09090e93) 6 Jul, 2024 2 by rogerman
- [rogerman] GFX3D: Change POLYLIST_SIZE to 16384 to ensure proper memory alignment with buffers based on CLIPPED_POLYLIST_SIZE and VERTLIST_SIZE.
Dev DesMUME 0.0.0.1393 (c962c550) 6 Jul, 2024 by rogerman
- [rogerman] OpenGL: Handle legacy functions and tokens more gracefully for OpenGL variants that may not have them.
Dev DesMUME 0.0.0.1392 (76fe5f75) 4 Jul, 2024 by rogerman
- [rogerman] OpenGL: More changes in preparation of OpenGL ES.
Dev DesMUME 0.0.0.1391 (ba56bbc7) 3 Jul, 2024 2 by rogerman
- [rogerman] OGLRender_3_2.cpp... try again...
Dev DesMUME 0.0.0.1390 (3ec0b0c2) 3 Jul, 2024 2 by rogerman
- [rogerman] OpenGL: Continue preparation for adding OpenGL ES. (Related to commit 086980d.)
Dev DesMUME 0.0.0.1389 (fc6ff8ed) 2 Jul, 2024 1 by rogerman
- [rogerman] GPU: Fix a bug on big-endian systems where setting the backdrop color could cause a crash.
Dev DesMUME 0.0.0.1388 (fe0ae83c) 2 Jul, 2024 by rogerman
- [rogerman] Cocoa Port: Fix a longstanding, yet rare, crash that may occur when quitting the app.
Dev DesMUME 0.0.0.1387 (d4163a18) 2 Jul, 2024 by rogerman
- [rogerman] OpenGL: Fix building on Windows and Linux. (Regression from commit 086980d.)
Dev DesMUME 0.0.0.1386 (086980de) 2 Jul, 2024 by rogerman
- [rogerman] OpenGL: Start reorganizing stuff in preparation for adding new OpenGL variants, such as OpenGL ES.
Dev DesMUME 0.0.0.1385 (76bd1a5e) 29 Jun, 2024 2 by rogerman
- [rogerman] Change line-ending style in OGLRender.h from Windows-style CRLF to Unix-style LF.
Dev DesMUME 0.0.0.1384 (6309a9c6) 8 Jun, 2024 by rogerman
- [rogerman] libretro: So apparently, _XOPEN_SOURCE has to be at the top of the file. Hopefully this makes both GCC14 users and Mac users happy. (Related to commit 779606e. Based on PR #793.)
Dev DesMUME 0.0.0.1383 (779606ec) 8 Jun, 2024 by rogerman
- [rogerman] libretro: Fix building on Mach-based operating systems, otherwise known as Mac OS X and modern macOS (regression from commit 90d0abd). Based on PR #793.
Dev DesMUME 0.0.0.1382 (ffb8666a) 7 Jun, 2024 by zeromus
- [zeromus] winport - plumb S9X_JOY_NEUTRAL through inifile:
Dev DesMUME 0.0.0.1381 (6f64f9a3) by Adam Sampson
- [Adam Sampson] libretro-common: get strlcpy declarations on macOS
Dev DesMUME 0.0.0.1380 (90d0abda) by zeromus
- [zeromus] Merge pull request #792 from atsampson/xopen-strdup
Dev DesMUME 0.0.0.1379 (738298a9) by Adam Sampson
- [Adam Sampson] libretro-common: fix implicit declarations
Dev DesMUME 0.0.0.1378/13 May, 2024
- [zeromus] winport - fix bug where desmume would create working directory using some wrong locale encoding and produce a Pokén directory instead of using the Pokémon that was already there (fixes #791)
Dev DesMUME 0.0.0.1377/
- [rofl0r] add an issue template for github (#784)
Dev DesMUME 0.0.0.1376 (db3c4512) by rofl0r
- [rofl0r] add an issue template for github
Dev DesMUME 0.0.0.1375 (bae67e2d) 3 Mar, 2024 by rogerman
- [rogerman] GPU: Implement the DISPCNT register's ForceBlank bit by clearing the line to white if the ForceBlank bit is set. (Fixes #775.)
Dev DesMUME 0.0.0.1374 (0a6eca6d) by Max Fedotov
- [Max Fedotov] GTK: hybrid layout support (#773)
Dev DesMUME 0.0.0.1373 (21da26a0) by thesource
- [thesource] Tabs/spaces mix fix
Dev DesMUME 0.0.0.1372 (a0cd835c) by thesource
- [thesource] Simplify rotoscaled_hudedit logic a bit
Dev DesMUME 0.0.0.1371 (c1d014fc) by thesource
- [thesource] Fix HUD with new layouts
Dev DesMUME 0.0.0.1370 (674cacd5) by thesource
- [thesource] GTK: hybrid layout support
Dev DesMUME 0.0.0.1369 (45738beb) by Max Fedotov
- [Max Fedotov] GTK: make OSD scalable (#769)
Dev DesMUME 0.0.0.1376 (db3c4512) by rofl0r
- [rofl0r] add an issue template for github
Dev DesMUME 0.0.0.1375 (bae67e2d) 3 Mar, 2024 by rogerman
- [rogerman] GPU: Implement the DISPCNT register's ForceBlank bit by clearing the line to white if the ForceBlank bit is set. (Fixes #775.)
Dev DesMUME 0.0.0.1374 (0a6eca6d) by Max Fedotov
- [Max Fedotov] GTK: hybrid layout support (#773)
Dev DesMUME 0.0.0.1373 (21da26a0) by thesource
- [thesource] Tabs/spaces mix fix
Dev DesMUME 0.0.0.1372 (a0cd835c) by thesource
- [thesource] Simplify rotoscaled_hudedit logic a bit
Dev DesMUME 0.0.0.1371 (c1d014fc) by thesource
- [thesource] Fix HUD with new layouts
Dev DesMUME 0.0.0.1370 (674cacd5) by thesource
- [thesource] GTK: hybrid layout support
Dev DesMUME 0.0.0.1369 (45738beb) by Max Fedotov
- [Max Fedotov] GTK: make OSD scalable (#769)
Dev DesMUME 0.0.0.1368 (7529f6bc) by thesource
- [thesource] Different pixel formats are handled by different draw target
Dev DesMUME 0.0.0.1367 (21cceaff) by thesource
- [thesource] Detect screen bytes per pixel instead of hardcoding it, define
Dev DesMUME 0.0.0.1366 (a0e50b38) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1365 (6cb5d40d) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1364 (a42d9ee7) by Kimpe Andy
- [Kimpe Andy] Delete patches/desmume-0.9.13-tinyxml.patch
Dev DesMUME 0.0.0.1363 (adbc6245) by Kimpe Andy
- [Kimpe Andy] Delete patches/desmume-0.9.13-ppc64le.patch
Dev DesMUME 0.0.0.1362 (bd7387b8) by Kimpe Andy
- [Kimpe Andy] Delete patches/desmume-0.9.13-formatstring.patch
Dev DesMUME 0.0.0.1361 (43e6974a) by Kimpe Andy
- [Kimpe Andy] Delete patches/desmume-0.9.13-arm.patch
Dev DesMUME 0.0.0.1360 (5d9e6eed) by Kimpe Andy
- [Kimpe Andy] Delete patches/desmume-0.9.13-aarch64.patch
Dev DesMUME 0.0.0.1359 (30979d18) by thesource
- [thesource] Try another font in case we could not locate monospace
Dev DesMUME 0.0.0.1358 (25a5d683) by thesource
- [thesource] Add reset HUD layout action, only require fontconfig if libagg is found.
Dev DesMUME 0.0.0.1357 (7252e1cc) by thesource
- [thesource] Build fix
Dev DesMUME 0.0.0.1356 (17509e0e) by thesource
- [thesource] Save and load HUD layout, prefer raster font on low resolution, select
Dev DesMUME 0.0.0.1355 (64ccbf1e) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1354 (e1212ff7) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1353 (6e8f1f58) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1352 (eeb7375e) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1351 (c74fbf3d) by Kimpe Andy
- [Kimpe Andy] Update README.md
Dev DesMUME 0.0.0.1350 (68022715) by Kimpe Andy
- [Kimpe Andy] Update README.md
Dev DesMUME 0.0.0.1349 (b5844471) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1348 (a27df7da) by Kimpe Andy
- [Kimpe Andy] Rename snap/snapcraft.yaml to snapcraft.yaml
Dev DesMUME 0.0.0.1347 (084fe3ec) by Kimpe Andy
- [Kimpe Andy] Rename snap/.stable_tag to .stable_tag
Dev DesMUME 0.0.0.1346 (a67e49c8) by Kimpe Andy
- [Kimpe Andy] Rename snap/patches/desmume-0.9.13-tinyxml.patch to patches/desmume-0.9.13-tinyxml.patch
Dev DesMUME 0.0.0.1345 (9d4b5217) by Kimpe Andy
- [Kimpe Andy] Rename snap/patches/desmume-0.9.13-ppc64le.patch to patches/desmume-0.9.13-ppc64le.patch
Dev DesMUME 0.0.0.1344 (04af1e88) by Kimpe Andy
- [Kimpe Andy] Rename snap/patches/desmume-0.9.13-formatstring.patch to patches/desmume-0.9.13-formatstring.patch
Dev DesMUME 0.0.0.1343 (09a983cf) by Kimpe Andy
- [Kimpe Andy] Rename snap/patches/desmume-0.9.13-arm.patch to patches/desmume-0.9.13-arm.patch
Dev DesMUME 0.0.0.1342 (8f3e0d1d) by Kimpe Andy
- [Kimpe Andy] Rename snap/patches/desmume-0.9.13-aarch64.patch to patches/desmume-0.9.13-aarch64.patch
Dev DesMUME 0.0.0.1341 (07b9fe00) by Kimpe Andy
- [Kimpe Andy] Update and rename snapcraft.yaml to snap/snapcraft.yaml
Dev DesMUME 0.0.0.1340 (6501ca71) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-tinyxml.patch
Dev DesMUME 0.0.0.1339 (aca839dc) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-ppc64le.patch
Dev DesMUME 0.0.0.1338 (2f0134af) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-formatstring.patch
Dev DesMUME 0.0.0.1337 (55f2c22d) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-arm.patch
Dev DesMUME 0.0.0.1336 (a1d8287e) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-aarch64.patch
Dev DesMUME 0.0.0.1335 (d00429fa) by Kimpe Andy
- [Kimpe Andy] Rename .stable_tag to snap/.stable_tag
Dev DesMUME 0.0.0.1334 (efa66c60) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1333 (025724ab) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1332 (0ffcf1f7) by Kimpe Andy
- [Kimpe Andy] Delete debian/watch
Dev DesMUME 0.0.0.1331 (d6eec048) by Kimpe Andy
- [Kimpe Andy] Delete debian/rules
Dev DesMUME 0.0.0.1330 (6e484fbf) by Kimpe Andy
- [Kimpe Andy] Delete debian/copyright
Dev DesMUME 0.0.0.1329 (5940d78c) by Kimpe Andy
- [Kimpe Andy] Delete debian/control
Dev DesMUME 0.0.0.1328 (20c10bab) by Kimpe Andy
- [Kimpe Andy] Delete debian/compat
Dev DesMUME 0.0.0.1327 (2d307de1) by Kimpe Andy
- [Kimpe Andy] Delete debian/README.source
Dev DesMUME 0.0.0.1326 (fa233553) by Kimpe Andy
- [Kimpe Andy] Delete debian/README.Debian
Dev DesMUME 0.0.0.1325 (2d4f5b11) by Kimpe Andy
- [Kimpe Andy] Delete debian/NEWS
Dev DesMUME 0.0.0.1324 (849db655) by Kimpe Andy
- [Kimpe Andy] Delete debian/source/format
Dev DesMUME 0.0.0.1323 (c7f7d031) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/series
Dev DesMUME 0.0.0.1322 (44701656) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/desmume-0.9.13-tinyxml.patch
Dev DesMUME 0.0.0.1321 (89ceda18) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/desmume-0.9.13-ppc64le.patch
Dev DesMUME 0.0.0.1320 (7302ec3b) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/desmume-0.9.13-formatstring.patch
Dev DesMUME 0.0.0.1319 (137ea7f1) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/desmume-0.9.13-arm.patch
Dev DesMUME 0.0.0.1318 (a280093b) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/desmume-0.9.13-aarch64.patch
Dev DesMUME 0.0.0.1317 (8b3e9e44) by Kimpe Andy
- [Kimpe Andy] Delete debian/patches/6508c2b115f954afece4243e36e9e35e1d459ea8.patch
Dev DesMUME 0.0.0.1316 (66031964) by Kimpe Andy
- [Kimpe Andy] Delete debian/changelog
Dev DesMUME 0.0.0.1315 (426c742b) by Kimpe Andy
- [Kimpe Andy] Update changelog
Dev DesMUME 0.0.0.1314 (9926814c) by Kimpe Andy
- [Kimpe Andy] Update rules
Dev DesMUME 0.0.0.1313 (4d6e92d9) by Kimpe Andy
- [Kimpe Andy] Update compat
Dev DesMUME 0.0.0.1312 (ddd80049) by thesource
- [thesource] Scale save slot indicator (oops), make text outlines look smoother, use
Dev DesMUME 0.0.0.1311 (ef6eb5f2) by thesource
- [thesource] Merge branch 'master' of https://github.com/thesourcehim/desmume
Dev DesMUME 0.0.0.1310 (64dcb0f4) by Kimpe Andy
- [Kimpe Andy] Create series
Dev DesMUME 0.0.0.1309 (76028629) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-tinyxml.patch
Dev DesMUME 0.0.0.1308 (03d13267) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-ppc64le.patch
Dev DesMUME 0.0.0.1307 (d1874254) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-formatstring.patch
Dev DesMUME 0.0.0.1306 (1f13d525) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-arm.patch
Dev DesMUME 0.0.0.1305 (b33d25da) by Kimpe Andy
- [Kimpe Andy] Create desmume-0.9.13-aarch64.patch
Dev DesMUME 0.0.0.1304 (05ed4578) by Kimpe Andy
- [Kimpe Andy] Create 6508c2b115f954afece4243e36e9e35e1d459ea8.patch
Dev DesMUME 0.0.0.1303 (b9738bd4) by Kimpe Andy
- [Kimpe Andy] Delete debian/install.sh
Dev DesMUME 0.0.0.1302 (32f921f8) by Kimpe Andy
- [Kimpe Andy] Delete debian/configure.sh
Dev DesMUME 0.0.0.1301 (4364595e) by Kimpe Andy
- [Kimpe Andy] Delete debian/build.sh
Dev DesMUME 0.0.0.1300 (595aad47) by Kimpe Andy
- [Kimpe Andy] Update rules
Dev DesMUME 0.0.0.1299 (6508c2b1) 1 Feb, 2024 1 by zeromus
- [zeromus] placate -Werror=format-security (probably) (re: #768)
Dev DesMUME 0.0.0.1298 (ac07677b) by Kimpe Andy
- [Kimpe Andy] Update control
Dev DesMUME 0.0.0.1297 (341f45e6) by Kimpe Andy
- [Kimpe Andy] Update .stable_tag
Dev DesMUME 0.0.0.1296 (3ab7355d) by Kimpe Andy
- [Kimpe Andy] Update install.sh
Dev DesMUME 0.0.0.1295 (e78135e5) by Kimpe Andy
- [Kimpe Andy] Update rules
Dev DesMUME 0.0.0.1294 (ea3108ad) by Kimpe Andy
- [Kimpe Andy] Update rules
Dev DesMUME 0.0.0.1293 (8889e61f) by Kimpe Andy
- [Kimpe Andy] Update configure.sh
Dev DesMUME 0.0.0.1292 (7046aeba) by Kimpe Andy
- [Kimpe Andy] Create watch
Dev DesMUME 0.0.0.1291 (55659f48) by Kimpe Andy
- [Kimpe Andy] Create format
Dev DesMUME 0.0.0.1290 (83569086) by Kimpe Andy
- [Kimpe Andy] Create rules
Dev DesMUME 0.0.0.1289 (2695ce4a) by Kimpe Andy
- [Kimpe Andy] Create install.sh
Dev DesMUME 0.0.0.1288 (7c53d153) by Kimpe Andy
- [Kimpe Andy] Create copyright
Dev DesMUME 0.0.0.1287 (e2a862f8) by Kimpe Andy
- [Kimpe Andy] Create control
Dev DesMUME 0.0.0.1286 (3a32e7f5) by Kimpe Andy
- [Kimpe Andy] Create configure.sh
Dev DesMUME 0.0.0.1285 (f85f8b7c) by Kimpe Andy
- [Kimpe Andy] Create compat
Dev DesMUME 0.0.0.1284 (749a94d6) by Kimpe Andy
- [Kimpe Andy] Update build.sh
Dev DesMUME 0.0.0.1283 (1f81f80b) by Kimpe Andy
- [Kimpe Andy] Create build.sh
Dev DesMUME 0.0.0.1282 (5942fadc) by Kimpe Andy
- [Kimpe Andy] Create README.source
Dev DesMUME 0.0.0.1281 (49340248) by Kimpe Andy
- [Kimpe Andy] Create README.Debian
Dev DesMUME 0.0.0.1280 (699af62d) by Kimpe Andy
- [Kimpe Andy] Create changelog
Dev DesMUME 0.0.0.1279 (b7a00126) by Kimpe Andy
- [Kimpe Andy] Create NEWS
Dev DesMUME 0.0.0.1278 (6bbe053f) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1277 (2cb9f631) by Kimpe Andy
- [Kimpe Andy] Create .stable_tag
Dev DesMUME 0.0.0.1276 (9e3af53e) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1275 (31a103dc) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1274 (ff1354f1) by Kimpe Andy
- [Kimpe Andy] Update snapcraft.yaml
Dev DesMUME 0.0.0.1273 (63601cc2) by Kimpe Andy
- [Kimpe Andy] Update README.md
Dev DesMUME 0.0.0.1272 (f2cfd23e) by Max Fedotov
- [Max Fedotov] gtk: implement GPU scale factor feature (#764)
Dev DesMUME 0.0.0.1271 (30f0dbc7) by thesource
- [thesource] Make OSD at least properly visible
Dev DesMUME 0.0.0.1270 (7460b838) by thesource
- [thesource] Fix distorted image, add some checks for scale factor value
Dev DesMUME 0.0.0.1269 (0f9bbaa1) by thesource
- [thesource] Replace combobox with spin button, fix taking screenshot
Dev DesMUME 0.0.0.1268 (dc507c35) by thesource
- [thesource] [WIP] gtk: implement GPU scale factor feature
Dev DesMUME 0.0.0.1267 (3397a6b9) by grandpa1946
- [grandpa1946] Update README.md
Dev DesMUME 0.0.0.1266 (b4225f43) by windwakr
- [windwakr] Slot2: Slide Controller - rumble
Dev DesMUME 0.0.0.1265 (4add68c9) by windwakr
- [windwakr] Slot2: Slide Controller - add rumble
Dev DesMUME 0.0.0.1264 (3f708ff5) by windwakr
- [windwakr] whoops
Dev DesMUME 0.0.0.1263 (199f69d3) by windwakr
- [windwakr] Slot2: Slide Controller fixes
Dev DesMUME 0.0.0.1262 (b6cc718d) by windwakr
- [windwakr] Slot2: Slide Controller fixes
Dev DesMUME 0.0.0.1261 (be53737e) by windwakr
- [windwakr] Slot2: more Sega Card Reader fixes
Dev DesMUME 0.0.0.1260 (c3cdf8b4) by windwakr
- [windwakr] Slot2: rewrite Slide Controller
Dev DesMUME 0.0.0.1259 (89b07cfe) by windwakr
- [windwakr] Slot2: rewrite Slide Controller
Dev DesMUME 0.0.0.1258 (f4cfc54e) by windwakr
- [windwakr] Merge branch 'TASEmulators:master' into slidecontroller
Dev DesMUME 0.0.0.1257 (b06537cf) 10 Oct, 2023 2 by rogerman
- [rogerman] Cocoa Port: Fix building on Cocoa port related to new files being added in commit 8be30fe.
Dev DesMUME 0.0.0.1256 (2a473074) by windwakr
- [windwakr] Slot2: Add Slide Controller
Dev DesMUME 0.0.0.1255 (c927f8a2) by windwakr
- [windwakr] Slot2: Add Slide Controller
Dev DesMUME 0.0.0.1254 (0b027d8c) by zeromus
- [zeromus] Merge pull request #735 from windwakr/hcv1000-fixes
Dev DesMUME 0.0.0.1253 (8be30fe9) by windwakr
- [windwakr] Slot2: Sega Card Reader fixes
Dev DesMUME 0.0.0.1252 (f3dee5d7) by zeromus
- [zeromus] Merge pull request #733 from windwakr/hcv1000
Dev DesMUME 0.0.0.1251 (0a34ef8e) by windwakr
- [windwakr] Slot2: Add Sega Card Reader(HCV-1000)
Dev DesMUME 0.0.0.1250 (7a3b748d) by Roger Manuel
- [Roger Manuel] Fix erroneous copyright date in slot1_retail_auto.cpp (related to commit 8fefb4f)
Dev DesMUME 0.0.0.1249 (25cbcd25) 3 Sep, 2023 1 by zeromus
- [zeromus] fix buffer overflow (by one value only) in spu that happened basically 100% of the time a sample ended. whether it corrupted the heap or not is a matter of luck. should fix #717
Dev DesMUME 0.0.0.1248 (9f6d4685) by Zero
- [Zero] Create flatpak.yml
Dev DesMUME 0.0.0.1247 (c7058569) by Zero
- [Zero] Delete app image.yml
Dev DesMUME 0.0.0.1246 (39554806) by zeromus
- [zeromus] Merge pull request #720 from mjunix/master-1
Dev DesMUME 0.0.0.1245 (ca799e60) by Johan Mattsson
- [Johan Mattsson] Fix potential index out of bounds
Dev DesMUME 0.0.0.1244 (357ff8a2) by Johan Mattsson
- [Johan Mattsson] Fix potential index out of bounds
Dev DesMUME 0.0.0.1243 (402e9f0a) 2 Aug, 2023 2 by rogerman
- [rogerman] Cocoa Port: Add two new Cheat Manager actions, "Enable All Cheats" and "Disable All Cheats", which do exactly as their descriptions would suggest.
Dev DesMUME 0.0.0.1242 (41e34017) 2 Aug, 2023 2 by rogerman
- [rogerman] Cocoa Port: In the Cheat Database Viewer, add the option to ignore any game compatibility checks when adding new cheats.
Dev DesMUME 0.0.0.1241 (751ab025) 2 Aug, 2023 1 by rogerman
- [rogerman] Cocoa Port: The Cheat Database Viewer now displays the current game's serial and CRC to help users verify the existence of a game in the database file.
Dev DesMUME 0.0.0.1240 (6c594168) 2 Aug, 2023 1 by rogerman
- [rogerman] Cocoa Port: In the Cheat Manager, the "Remove All Cheats" button has been moved into an Actions pop-up menu.
Dev DesMUME 0.0.0.1239 (35976edb) 2 Aug, 2023 by rogerman
- [rogerman] Cocoa Port: Conversions between Internal cheats and Action Replay cheats now respect the value length.
Dev DesMUME 0.0.0.1238 (586c7ee1) 1 Aug, 2023 1 by rogerman
- [rogerman] Cocoa Port: In the cheat database viewer, make the current game entry's font slightly larger to further differentiate it from the other games.
Dev DesMUME 0.0.0.1237 (e3167110) 1 Aug, 2023 1 by rogerman
- [rogerman] Cocoa Port: Completely redesign the cheat database viewing system with a whole slew of new features!
Dev DesMUME 0.0.0.1236 (4e6a7f04) 24 Jul, 2023 2 by rogerman
- [rogerman] Cheat System: Fix a couple bugs with CheatDBFile::LoadGameList() when reading the entire database's game list.
Dev DesMUME 0.0.0.1235 (9bf090b3) 19 Jul, 2023 2 by rogerman
- [rogerman] Cheat System: Fix a bug where the underlying cheat data would get deallocated earlier than intended. (Regression from commit 0c90e8f.)
Dev DesMUME 0.0.0.1234 (d08a5dc5) 19 Jul, 2023 by rogerman
- [rogerman] Cocoa Port: Update build optimization profiles in Xcode project.
Dev DesMUME 0.0.0.1233 (6ee942ca) 18 Jul, 2023 2 by rogerman
- [rogerman] types.h: Remove an extraneous file inclusion.
Dev DesMUME 0.0.0.1232 (0c90e8f4) 18 Jul, 2023 2 by rogerman
- [rogerman] Cheat System: Rearchitect the system for loading cheat database files in preparation for adding new features to the database file presentation. Also do a bunch of code cleanup and fix multiple bugs.
Dev DesMUME 0.0.0.1231 (50f02ae1) by SimonAfek
- [SimonAfek] Fix broken macOS interface build (#679)
Dev DesMUME 0.0.0.1230 (e218489d) by SimonAfek
- [SimonAfek] Typo fixes in build_interface.yml
Dev DesMUME 0.0.0.1229 (0fc3306b) 9 Jul, 2023 by rogerman
- [rogerman] Cocoa Port: Standardize all Internal cheat direct memory writes (clicking the 'Write Once' button) to write to NDS memory before NDS_exec() is called.
Dev DesMUME 0.0.0.1228 (f240472f) 9 Jul, 2023 by rogerman
- [rogerman] Cheat System: Standardize memory writes for all cheat types. Most notably, Internal cheats now reset the JIT in the same way as Action Replay cheats do.
Dev DesMUME 0.0.0.1227 (12347c7c) 8 Jul, 2023 by rogerman
- [rogerman] Cocoa Port: Continue refactoring the cheat system code, Part IV.
Dev DesMUME 0.0.0.1226 (d00e6355) 3 Jul, 2023 by rogerman
- [rogerman] Cocoa Port: Continue refactoring the cheat system code.
Dev DesMUME 0.0.0.1225 (946f7df9) 1 Jul, 2023 by rogerman
- [rogerman] Cocoa Port: Continue refactoring the cheat system code.
Dev DesMUME 0.0.0.1224 (4e7926ea) 1 Jul, 2023 by rogerman
- [rogerman] Windows Port: Fix compiling issue that prevented building. (Regression from commit 7fb5a58.)
Dev DesMUME 0.0.0.1223 (7fb5a587) 1 Jul, 2023 by rogerman
- [rogerman] Cheat System: Minor code cleanup and robustness improvements.
Dev DesMUME 0.0.0.1222 (f48aee92) 26 Jun, 2023 by zeromus
- [zeromus] fix bug from 9767f793460917931a85735c7d9eaffe2fc691bc that made the cheat search results list produce strange cheats without 0x02xxxxxx prefix that don't work
Dev DesMUME 0.0.0.1221 (ba83b68b) 23 Jun, 2023 2 by rogerman
- [rogerman] Cocoa Port: Begin work on cleaning up and refactoring the cheat system. Also add some quality-of-life improvements to the GUI while I'm at it.
Dev DesMUME 0.0.0.1220 (aeefd86f) 21 Jun, 2023 2 by rogerman
- [rogerman] Cocoa Port: In the cheat system code, remove Obj-C dot syntax for object properties to avoid ambiguity with features from other languages.
Dev DesMUME 0.0.0.1219 (b468aee0) 21 Jun, 2023 by rogerman
- [rogerman] Linux GTK Port: Fix compiling issues that prevented building. (Regression from commit aa21454.)
Dev DesMUME 0.0.0.1218 (aa214543) 21 Jun, 2023 by rogerman
- [rogerman] Cheat System: Do some code cleanup and silence all of the compiler warnings (on Windows and Cocoa ports only).
Dev DesMUME 0.0.0.1217 (cedc1c9f) 20 Jun, 2023 2 by rogerman
- [rogerman] Cocoa Port: Add option for Catmull-Rom sound interpolation in the GUI. Also update tooltips for all interpolation methods to better reflect how they compare to one another.
Dev DesMUME 0.0.0.1216 (8bba9dc9) 20 Jun, 2023 by rogerman
- [rogerman] Cocoa Port: Due to commit fac70ce fixing FBO issues with older GPUs, OpenGL rendering is now returning to PowerPC Macs. This change effectively reverts commit 4708404.
Dev DesMUME 0.0.0.1215 (5c805b2d) 14 Jun, 2023 2 by rogerman
- [rogerman] Cocoa Port: Fix some compiler warnings.
Dev DesMUME 0.0.0.1214 (7c2f281d) by zeromus
- [zeromus] Merge pull request #674 from oheikk/fix-audio-volume-resetting
Dev DesMUME 0.0.0.1213 (941c2e39) by Oskari Heikkinen
- [Oskari Heikkinen] Fix audio volume resetting on posix/gtk
Dev DesMUME 0.0.0.1212 (1bde1c28) 28 May, 2023 2 by zeromus
- [zeromus] fix non-windows compilation, maybe. could be bugged, didnt test
Dev DesMUME 0.0.0.1211 (3511e14a) 28 May, 2023 2 by zeromus
- [zeromus] winport: path settings support unicode now (fixes #669). old ini files may malfunction since they're now expected to be written with unicode. old ones can't be effectively upgraded (consequence of using obsolete ini file apis).
wstecz02/09/2024 23:05
Inne treści związane z tematem
[multi] BizHawk x64 2.10.1 RC1 14/09/2024
Jeśli pojawia się RC to wiedz, że pełna wersja niebawem się ukaże. Multiemulator BizHawk, pozwala udawać konsole: Nintendo Entertainment System / Famicom / Famicom Disk System (NES/FDS), Super Nintendo (SNES), Nintendo 64, Gameboy, Gameboy Color, Super Gameboy, Sega Master System, SG-1000, Game Gear, Sega Genesis / Sega-CD, Sega Saturn, PC-Engine (TurboGrafx-16) / CD-ROM, ...
[VBA] VisualBoy Advance - M 2.1.11 15/09/2024
Ukazała się nowa wersja emulatora konsol NINTENDO (CGB,GB,GBA) VisualBoy Advance-M.
[pce] GearFX 0.0.4
Ignacio Sanchez Gines (drhelius), autor emulatora GearBoy (Nitendo GameBoy), GearSystem (Sega Master System) i GearColeco (Colecovision) zabrał się za nowego udawacza - tym razem na ogień poszła konsola Turbographx 16 lub jak to woli PCE Engine.
Na obecnym etapie grać się da na tym średnio (naprawdę nie brakuje dobrych emulatorów tej platformy - wystarcze wspomnieć o bardzo ...
[multi] DSP 0.23VIP3 1/09/2024
Emulator DSP sygnowany przez imć Leniada, pozwalaja na zabawę maszynkami arcade i ośmiobitowcami - CPC, ZX Spectrum (z bardzo fajnie rozwiązanym podglądem plików), a także Colecovision, Nintendo 8 i CGB/GB - wszystko, co ma Z80 na pokładzie jest mile widziane;)
Ostatnia pełna wersja tego DSP Emulator DSP 0.22 Final pojawiła się 19 listopada 2023 r.
[WIIU] Cemu v2.2 8/09/2024
W sumie w czasie moich ostatnich wakacyjnch wojaży z nowinek nowa wersja Cemu jest chyba najbardziej istotna do odnotowania. Co prawda, ten emulator konsoli Nintendo WiiU pojawia się dość regularnie w kanale automatycznych buildów, jednak należy przyjąć, iż ogłoszenie nowej pełnej wersji programu zamyka jakiś cykl deweloperski tego projektu.