<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>도스 게임 자료실</title>
		<link>http://dosgame.yyartsworld.pe.kr/</link>
		<description>도스박스 에서 실행할 수 있는 추억의 도스 게임들을 검색하고 무료로 다운로드 받으세요. 게임 DOS게임 DOS GAME 고전게임 고전 MS-DOS DOSBOX 추천 도스게임 모음</description>
		<atom:link href="http://dosgame.yyartsworld.pe.kr/rss" rel="self" type="application/rss+xml" />
		<language>ko</language>
		<pubDate>Fri, 17 Apr 2026 04:19:14 +0900</pubDate>
		<generator>Rhymix</generator>
	<copyright>YYArts</copyright>	<image>
			<url>http://dosgame.yyartsworld.pe.kr/./files/attach/images/rss/diskett33.png</url>
			<title>도스 게임 자료실</title>
			<link>http://dosgame.yyartsworld.pe.kr/</link>
		</image>	<item>
			<title>ReFS 용량증발 방지</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49679</link>
				<description>powershell에서 1️⃣ 포맷 직후 Get-Item X:\ | Set-FileIntegrity -Enable $False 2️⃣ 데이터 복사 전에 한 번 Get-ChildItem X:\ -Recurse | Set-FileIntegrity -Enable $False 이후에는 신경 안 써도 됨 이 명령의 의미는: X: 볼륨의 기본 정책을 OFF로 설정 이후에 새로 복사하는 파일 새로 생성하는 파일 새로 생성되는 폴더 안의 파일 👉 모두 Integrity Streams = OFF 📌 다시 켜지지 않습니다 (포맷하지 않는 한 유지됨)</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49679</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49679#comment</comments>			<pubDate>Tue, 27 Jan 2026 20:08:11 +0900</pubDate>
		</item><item>
			<title>UE5.5 IOS 패키징시 멈출때</title>
			<link>http://dosgame.yyartsworld.pe.kr/developer/49677</link>
				<description>Activity Monitor에서 CPU사용율로 정렬 dotnet 종료해주고 다시 패키징</description>
		<category>Game Developer</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/developer/49677</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/developer/49677#comment</comments>			<pubDate>Mon, 19 Jan 2026 21:05:57 +0900</pubDate>
		</item><item>
			<title>splitpath 대체 std::filesystem::path</title>
			<link>http://dosgame.yyartsworld.pe.kr/developer/49646</link>
				<description>std::filesystem::path pth_module_path = s_ModulePath; std::string dir = pth_module_path.parent_path().string(); std::string file = pth_module_path.filename().string(); std::string ext = pth_module_path.extension().string(); std::string file_without_ext = pth_module_path.stem().string(); std::string s_LogFilePath = std::format(&quot;{}\\{}&quot;, pth_module_path.parent_path().string(), &quot;log.txt&quot;);</description>
		<category>Game Developer</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/developer/49646</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/developer/49646#comment</comments>			<pubDate>Sat, 13 Dec 2025 19:03:14 +0900</pubDate>
		</item><item>
			<title>libpqxx 설치법</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49615</link>
				<description>vcpkg를 다운받는다 설치를 원하는 폴더에 압축을 풀고 관리자 권한으로 명령 프롬프트 열고 vcpkg설치된 폴더로 이동 bootstrap-vcpkg.bat 실행 비주얼C++과 연동명령 : vcpkg integrate install libpqxx설치: vcpkg install libpqxx</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49615</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49615#comment</comments>			<pubDate>Tue, 02 Dec 2025 08:50:11 +0900</pubDate>
		</item><item>
			<title>윈도우 안지워지는 파일</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49415</link>
				<description>7zip 매니저에서 파일명 바꾼 후 삭제한다.</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49415</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49415#comment</comments>			<pubDate>Thu, 01 May 2025 22:27:36 +0900</pubDate>
		</item><item>
			<title>OpenCore 시스템 무결성 끄기</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49345</link>
				<description>1. EFI 파티션 마운트 2. Opencore Configurator로 config.plist 열기 2. NVRAM의 csr-active-config 값을 030A0000으로 바꿔줌 3. 재부팅 4. reset NVRAM</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49345</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49345#comment</comments>			<pubDate>Sat, 08 Mar 2025 20:43:15 +0900</pubDate>
		</item><item>
			<title>UE5 포커스 잃었을때 Viewport Framerate</title>
			<link>http://dosgame.yyartsworld.pe.kr/developer/49331</link>
				<description>Edit → Editor Preferences → Performance → Use Less CPU when in Background</description>
		<category>Game Developer</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/developer/49331</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/developer/49331#comment</comments>			<pubDate>Tue, 04 Feb 2025 19:41:50 +0900</pubDate>
		</item><item>
			<title>XTIDE Performance BIOS Setup</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49327</link>
				<description>Adaptor ROM Shadow C800, 32K</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49327</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49327#comment</comments>			<pubDate>Sun, 02 Feb 2025 19:57:51 +0900</pubDate>
		</item><item>
			<title>Ryujinx와 Yuzu간 세이브데이터 이동</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49322</link>
				<description>Yuzu의 게임리스트에서 해당게임 항목에 마우스 오른쪽 클릭하고 &#039;세이브 데이터 경로 열기&#039; 선택 Ryujinx의 게임리스트에서 해당게임 항목에 마우스 오른쪽 클릭하고 &#039;Open User Save Directory&#039; 선택 열린 폴더의 파일들이 세이브 파일이다. 양방향 이동 가능</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49322</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49322#comment</comments>			<pubDate>Tue, 21 Jan 2025 17:31:20 +0900</pubDate>
		</item><item>
			<title>Yuzu Portable로 실행하기</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49319</link>
				<description>1. Yuzu를 실행하고 메뉴에 파일/Yuzu 폴더 선택하면 탐색기에 Yuzu 폴더가 열린다. 2. Yuzu가 있는 폴더에 user라는 하위폴더를 만든다. 3. Yuzu 폴더의 파일들을 user 폴더에 복사한다.</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49319</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49319#comment</comments>			<pubDate>Tue, 21 Jan 2025 17:18:44 +0900</pubDate>
		</item><item>
			<title>윈도우 XP 사운드카드 없이 CD 재생하기</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49304</link>
				<description>DO THE FOLLOWING STEPS: 1.) - Start &gt; Settings &gt; Control Panel &gt; System (OR Right-Click My Computer &gt; Properties) - Click &quot;Hardware&quot; Tab - Click &quot;Device Manager&quot; Button - Click the + next to DVD/CD-ROM Drive - Right Click DVD/CD-ROM Drive Name &gt; Properties - Click the &quot;Properties&quot; Tab - UNCHECK &quot;Enable digital CD audio for this cd-rom device.&quot; 2.) - Open Windows Media Player - Tools &gt; Options - Cli...</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49304</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49304#comment</comments>			<pubDate>Sun, 22 Dec 2024 22:43:28 +0900</pubDate>
		</item><item>
			<title>386DX 40Mhz BIOS Setting</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49293</link>
				<description>AT Bus Clock Selection This feature allows the user to select the AT bus clock that derive from system clock, on system clock speed of 40MHz. CLKI/5 will get 8MHz clock speed on AT bus, CLKI/4 will get 10MHz clock speed on AT bus and CLKI/3 will get 13.3MHz clock speed on AT bus. Memory Read Wait State This feature allows the user to select the memory read settings, zero, one or two memory read wai...</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49293</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49293#comment</comments>			<pubDate>Sun, 22 Dec 2024 17:53:21 +0900</pubDate>
		</item><item>
			<title>Ryujinx 저장데이터 위치 portable로 사용하기</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49264</link>
				<description>Ryujinx 가 있는 폴더에 portable 이라는 하위 폴더를 만든다. 다음에 실행하면 세이브 파일 등 모든 데이터가 portable 폴더에 저장된다.</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49264</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49264#comment</comments>			<pubDate>Fri, 01 Nov 2024 17:11:13 +0900</pubDate>
		</item><item>
			<title>백업 및 복원(Windows 7) 할때 0x81000019 에러가 나온다면</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49250</link>
				<description>관리자 모드로 명령 프롬프트 실행 후 reagentc /disable 입력 후 다시 reagentc /enable 해준다</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49250</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49250#comment</comments>			<pubDate>Fri, 25 Oct 2024 22:30:23 +0900</pubDate>
		</item><item>
			<title>Windows 11 24H2 강제 업데이트 (VMWare에서도 됨)</title>
			<link>http://dosgame.yyartsworld.pe.kr/tip/49249</link>
				<description>From another thread. Worked for me. on the registry go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windowsupdate (Create a new key Windowsupdate if it does not exist) On Windowsupdate create new string value with a name ProductVersion, set the value to Windows 11 create another string value with the name TargetReleaseVersionInfo, set the value to 24H2. create a DWORD with a name Targe...</description>
		<category>팁</category>					<dc:creator>관리자</dc:creator>
			<guid isPermaLink="true">http://dosgame.yyartsworld.pe.kr/tip/49249</guid>
	<comments>http://dosgame.yyartsworld.pe.kr/tip/49249#comment</comments>			<pubDate>Sun, 20 Oct 2024 23:37:26 +0900</pubDate>
		</item>	</channel>
</rss>
