File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,26 @@ C++ / OpenSiv3D でゲームボーイのエミュレータを作っています
36
36
- Windows 11
37
37
- Visual Studio 2022
38
38
- [ OpenSiv3D] ( https://github.com/Siv3D/OpenSiv3D ) v0.6.11
39
+ - [ OpenSiv3D for Web] ( https://siv3d.kamenokosoft.com/docs/ja/ ) v0.6.6
39
40
40
41
41
42
## ダウンロード
42
43
43
44
- [ Releases - v1.4.2] ( https://github.com/voidproc/dmge/releases/download/v1.4.2/dmge_v1.4.2.zip )
44
45
45
-
46
46
## 使用方法
47
47
48
- ### アプリケーションの起動
48
+ ### Windows 版
49
49
50
50
` dmge.exe ` を起動してください。
51
51
52
+ ### Web 版
53
+
54
+ https://voidproc.github.io/dmge_web/
55
+
56
+ ※ Web 版では、設定の保存/読み込みやセーブデータの保存/読み込みができないなどの制限があります
57
+
58
+
52
59
### メニュー
53
60
54
61
右クリック、<kbd >Escape</kbd > キー、または左クリック長押しでメニューが表示されます。次に示す各種操作や設定変更を行うことができます。
Original file line number Diff line number Diff line change @@ -17,14 +17,21 @@ C++ / OpenSiv3D でゲームボーイのエミュレータを作っています
17
17
- Windows 11
18
18
- Visual Studio 2022
19
19
- [OpenSiv3D](https://github.com/Siv3D/OpenSiv3D) v0.6.11
20
+ - [OpenSiv3D for Web](https://siv3d.kamenokosoft.com/docs/ja/) v0.6.6
20
21
21
22
22
23
## 使用方法
23
24
24
- ### アプリケーションの起動
25
+ ### Windows 版
25
26
26
27
`dmge.exe` を起動してください。
27
28
29
+ ### Web 版
30
+
31
+ https://voidproc.github.io/dmge_web/
32
+
33
+ ※ Web 版では、設定の保存/読み込みやセーブデータの保存/読み込みができないなどの制限があります
34
+
28
35
### メニュー
29
36
30
37
右クリック、Escape キー、または左クリック長押しでメニューが表示されます。次に示す各種操作や設定変更を行うことができます。
You can’t perform that action at this time.
0 commit comments